1
0
mirror of https://github.com/nuxt/nuxt.git synced 2024-12-19 02:37:30 +00:00
Nuxt/test/fixtures/basic/pages/stateless.vue

4 lines
48 B
Vue
Raw Normal View History

2016-11-07 01:34:58 +00:00
<template>
<h1>My component!</h1>
</template>