Skip to content

Commit

Permalink
chanded vue ver in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
moinism committed Jul 17, 2017
1 parent 3e5b9e1 commit ad7367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="botui-app-container" id="hello-world">
<bot-ui></bot-ui>
</div>
<script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/vue/2.0.5/vue.min.js"></script>
<script src="build/botui.js"></script>
<script>
var botui = new BotUI('hello-world');
Expand Down

0 comments on commit ad7367d

Please sign in to comment.