-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Vue not working with reactivity #790
Comments
Related to: #788 |
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. |
same question |
does not work for me either |
jhildenbiddle
added a commit
that referenced
this issue
Jul 5, 2020
- Fix inability to instantiate reactive Vue components by 1) handling each child of #main instead of #main itself and 2) skipping elements that are already Vue instances - Retain previous behavior of processing basic Vue rendering without the need for a markdown <script> tag. - Update documentation and add live Vue examples - Update `index.html` files to include Vue.js and Vuep (CSS+JS)
Merged
Merged
@degustadev -- 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
Hi!
I tried adding the following:
I added
<script src="//unpkg.com/vue/dist/vue.min.js"></script>
toindex.html
andexecuteScript: true
.But it doesn't work, documentation says Docsify supports Vue tho.
The text was updated successfully, but these errors were encountered: