mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
15 lines
185 B
Vue
15 lines
185 B
Vue
<template>
|
|
<div>
|
|
<h1>Hello, Nuxt ✌</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
div {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
</style>
|