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 13:43:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
18e613106b
Nuxt
/
benchmarks
/
pages
/
stateless-big.vue
6 lines
103 B
Vue
Raw
Normal View
History
Unescape
Escape
add: Add benchmarks
2017-10-28 12:09:05 +00:00
<
template
>
refactor: lint scripts and benchmarks
2018-08-10 14:18:54 +00:00
<
ul
>
<
li
v-for
="n in 10000"
:key
="n"
>
This
is
row
{{
n
+
1
}}
<
/
li
>
<
/
ul
>
<
/
template
>
Reference in New Issue
Copy Permalink