Hi!
I tried adding the following:
<divid="example-1"><buttonv-on:click="counter += 1">Add 1</button><p>The button above has been clicked {{ counter }} times.</p></div>newVue({el: '#example-1',data: {counter: 0}})I added <script src="//unpkg.com/vue/dist/vue.min.js"></script> to index.html and executeScript: true.
But it doesn't work, documentation says Docsify supports Vue tho.
Hi!
I tried adding the following:
I added
<script src="//unpkg.com/vue/dist/vue.min.js"></script>toindex.htmlandexecuteScript: true.But it doesn't work, documentation says Docsify supports Vue tho.