Skip to content

Commit 58ab62b

Browse files
committed
bug fixed
修复vue2.x 链接不正确问题
1 parent 9e75753 commit 58ab62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/umd-test/ve-table/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
</body>
1919
<!-- 先引入 Vue -->
20-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
20+
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
2121
<!-- 引入组件库 -->
2222
<script src="../../../../libs/umd/index.js"></script>
2323
<script>

0 commit comments

Comments
 (0)