Nuxt/examples/hello-world/pages/about.vue

4 lines
45 B
Vue
Raw Normal View History

2016-11-07 01:34:58 +00:00
<template>
<div>About us</div>
</template>