1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00
Files
canvas-3d/src/pages/index.vue

18 lines
244 B
Vue

<template>
<div>
<Head>
<Title>Главная</Title>
</Head>
<h1>Hello, Nuxt </h1>
</div>
</template>
<style scoped>
div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
</style>