Nuxt/test/fixtures/full-static-with-ignore-env/pages/index.vue

6 lines
77 B
Vue
Raw Normal View History

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