Nuxt/test/fixtures/full-static/pages/index.vue

6 lines
77 B
Vue

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