Skip to content

Commit 9cf75b8

Browse files
author
黄书伟
committed
update umd-test
1 parent a441d2e commit 9cf75b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/umd-test/pagination/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<!-- 引入样式 -->
6-
<link rel="stylesheet" href="../../../umd/css/index.css">
6+
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/umd/css/index.css">
77
</head>
88
<body>
99
<div id="app">
@@ -14,7 +14,7 @@
1414
<!-- 先引入 Vue -->
1515
<script src="https://unpkg.com/vue/dist/vue.js"></script>
1616
<!-- 引入组件库 -->
17-
<script src="../../../umd/js/index.js"></script>
17+
<script src="https://unpkg.com/vue-easytable/umd/js/index.js"></script>
1818
<script>
1919
new Vue({
2020
el: '#app',

examples/umd-test/table/frozen-title-columns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<!-- 引入样式 -->
6-
<link rel="stylesheet" href="../../../umd/css/index.css">
6+
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/umd/css/index.css">
77
</head>
88
<body>
99
<div id="app">
@@ -21,7 +21,7 @@
2121
<!-- 先引入 Vue -->
2222
<script src="https://unpkg.com/vue/dist/vue.js"></script>
2323
<!-- 引入组件库 -->
24-
<script src="../../../umd/js/index.js"></script>
24+
<script src="https://unpkg.com/vue-easytable/umd/js/index.js"></script>
2525
<script>
2626
new Vue({
2727
el: '#app',

examples/umd-test/table/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<!-- 引入样式 -->
6-
<link rel="stylesheet" href="../../../umd/css/index.css">
6+
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/umd/css/index.css">
77
</head>
88
<body>
99
<div id="app">
@@ -18,7 +18,7 @@
1818
<!-- 先引入 Vue -->
1919
<script src="https://unpkg.com/vue/dist/vue.js"></script>
2020
<!-- 引入组件库 -->
21-
<script src="../../../umd/js/index.js"></script>
21+
<script src="https://unpkg.com/vue-easytable/umd/js/index.js"></script>
2222
<script>
2323
new Vue({
2424
el: '#app',

0 commit comments

Comments
 (0)