This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
701190d796
Nuxt
/
examples
/
vue-class-component
/
pages
/
about.vue
11 lines
136 B
Vue
Raw
Normal View
History
Unescape
Escape
Example with vue-class-component
2017-04-14 14:47:21 +00:00
<
template
>
feat: improve vue-class-component example
2017-10-19 08:56:00 +00:00
<
div
>
<
h1
>
About
<
/
h1
>
refactor: use PascalCase for components names (#4396)
2018-11-24 18:49:19 +00:00
<
p
>
<
NuxtLink
to
=
"/"
>
Home
page
<
/
NuxtLink
>
<
/
p
>
feat: improve vue-class-component example
2017-10-19 08:56:00 +00:00
<
/
div
>
Example with vue-class-component
2017-04-14 14:47:21 +00:00
<
/
template
>
Reference in New Issue
Copy Permalink