Skip to content

Commit ad7367d

Browse files
committed
chanded vue ver in test file
1 parent 3e5b9e1 commit ad7367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="botui-app-container" id="hello-world">
1111
<bot-ui></bot-ui>
1212
</div>
13-
<script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script>
13+
<script src="https://cdn.jsdelivr.net/vue/2.0.5/vue.min.js"></script>
1414
<script src="build/botui.js"></script>
1515
<script>
1616
var botui = new BotUI('hello-world');

0 commit comments

Comments
 (0)