1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00
Files
canvas-3d/pages/index.vue
2022-10-18 23:55:27 +07:00

10 lines
137 B
Vue

<template>
<h1>Hello, Nuxt </h1>
</template>
<style scoped>
h1 {
font-family: Formular, Helvetica, Arial, sans-serif;
}
</style>