mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
10 lines
137 B
Vue
10 lines
137 B
Vue
<template>
|
|
<h1>Hello, Nuxt ✌</h1>
|
|
</template>
|
|
|
|
<style scoped>
|
|
h1 {
|
|
font-family: Formular, Helvetica, Arial, sans-serif;
|
|
}
|
|
</style>
|