How to use it with Vue.
See original GitHub issueIt seems NOT work with Vue’s ‘v-for’. simple example:
<div class="result">
<blockquote v-for="item in items">
{{ item }}
</blockquote>
</div>
<script>
data:{items:['aaa','bbb','ccc','abc']}
</script>
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Introduction - Vue.js
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS ...
Read more >Getting started with Vue - Learn web development | MDN
In terminal, cd to where you'd like to create your sample app, then run vue create moz-todo-vue . Use the arrow keys and...
Read more >Getting Started with VueJS - Medium
On line 1 above, import Vue from 'vue' imports Vue from the 'vue' npm package, which is located in our node_modules/ folder. Note:...
Read more >VueUse | VueUse
Collection of essential Vue Composition Utilities. ... Works for both Vue 3 and 2. ⚡. Fully tree shakeable. Only take what you want....
Read more >VueJS Tutorial - Tutorialspoint
This tutorial is designed for software programmers who want to learn the basics of VueJS and its programming concepts in a simple and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hi Haroenv. the dynamic:true works for me.but i found it does not support Chinese words.so please help me again.THX
related to https://github.com/guardian/scribe/issues/422