question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use it with Vue.

See original GitHub issue

It 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:open
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Yoruichicommented, Jun 24, 2017

hi Haroenv. the dynamic:true works for me.but i found it does not support Chinese words.so please help me again.THX

0reactions
Haroenvcommented, Aug 25, 2017
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found