Nuxt/test/fixtures/full-static-with-ignore-env/pages/index.vue
2021-05-26 09:05:11 +02:00

6 lines
77 B
Vue

<template>
<div>
<h1>Full Static Playground!</h1>
</div>
</template>