Skip to content

Vue code doesn't work #788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TonyXiang opened this issue Mar 1, 2019 · 2 comments · Fixed by #1271
Closed

Vue code doesn't work #788

TonyXiang opened this issue Mar 1, 2019 · 2 comments · Fixed by #1271
Labels
bug confirmed as a bug vuejs related to Vue.js

Comments

@TonyXiang
Copy link

TonyXiang commented Mar 1, 2019

msg doesn't change when input value changed

here is html

...
<script src="https://unpkg.com/[email protected]/dist/vue.min.js"></script>
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
<script>
  window.$docsify = {
    executeScript: true,
  }
</script>
...

here is README.md

# docsify

<div id="tony">
    <div><input v-model="msg"></div>
    <div>msg = {{msg}}</div>
</div>

<script>
  new Vue({
    el: '#tony',
    data: {
      msg: '123'
    }
  })
</script>
@timaschew timaschew added the vuejs related to Vue.js label Mar 3, 2019
@stale
Copy link

stale bot commented Feb 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 4, 2020
@stale stale bot closed this as completed Feb 11, 2020
@jhildenbiddle jhildenbiddle added bug confirmed as a bug and removed wontfix labels Oct 7, 2020
@jhildenbiddle
Copy link
Member

jhildenbiddle commented Oct 8, 2020

@TonyXiang --

Fixed in #1271. The example code you provided has been tested and works as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed as a bug vuejs related to Vue.js
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants