Implement vue-metarial and start with ui

This commit is contained in:
Tim
2021-07-05 02:33:58 +02:00
parent 9b76a4e3ca
commit 239a804c33
10 changed files with 135 additions and 53 deletions

View File

@@ -13,7 +13,7 @@ import {CreateGameObject} from "@/objects/objects"; // @ is an alias to /src
@Component({
components: {
HelloWorld
HelloWorld,
}
})
export default class Home extends Vue {