Skip to content

Vue code doesn't work #788

Description

@TonyXiang

msg doesn't change when input value changed

here is html

...
<scriptsrc="https://unpkg.com/vue@2.6.7/dist/vue.min.js"></script><scriptsrc="https://unpkg.com/docsify/lib/docsify.min.js"></script><script>window.$docsify={executeScript: true,}</script>
...

here is README.md

# docsify
<divid="tony">
<div><input v-model="msg"></div><div>msg = {{msg}}</div>
</div>
<script>
newVue({
el:'#tony',
data: {
msg:'123'
}
})
</script>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugconfirmed as a bugvuejsrelated to Vue.js

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions