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

@ -3,3 +3,9 @@
<h1>This is an about page</h1>
</div>
</template>
<style scoped lang="scss">
.about {
text-align: center;
}
</style>

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 {