load feed of give records on home screen

This commit is contained in:
2023-06-11 20:37:34 -06:00
parent d5336dbf1b
commit 6daa515d19
9 changed files with 285 additions and 23 deletions

View File

@@ -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);