forked from trent_larson/crowd-funder-for-time-pwa
load feed of give records on home screen
This commit is contained in:
@@ -113,6 +113,7 @@ export default class StatisticsView extends Vue {
|
||||
world: World;
|
||||
worldProperties: WorldProperties = {};
|
||||
|
||||
// 'mounted' hook runs after initial render
|
||||
mounted() {
|
||||
const container = document.querySelector("#scene-container");
|
||||
const newWorld = new World(container, this);
|
||||
|
||||
Reference in New Issue
Block a user