Implement vue-metarial and start with ui
This commit is contained in:
@ -3,3 +3,9 @@
|
||||
<h1>This is an about page</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.about {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
@ -13,7 +13,7 @@ import {CreateGameObject} from "@/objects/objects"; // @ is an alias to /src
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
HelloWorld
|
||||
HelloWorld,
|
||||
}
|
||||
})
|
||||
export default class Home extends Vue {
|
||||
|
Reference in New Issue
Block a user