1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 22:13:28 +00:00
Nuxt/benchmarks/pages/stateless.vue

4 lines
48 B
Vue
Raw Normal View History

2017-10-28 12:09:05 +00:00
<template>
2018-08-10 14:18:54 +00:00
<h1>My component!</h1>
</template>