Skip to content

Commit a206d5e

Browse files
author
huangshuwei
committed
update doc
1 parent f944215 commit a206d5e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/src/docs/en/start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ Through [https://unpkg.com/vue-easytable/](https://unpkg.com/vue-easytable/), yo
128128

129129
```css
130130
<!-- import style -->
131-
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/umd/css/index.css">
131+
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/libs/theme-default/index.css">
132132
<!-- import Vue -->
133133
<script src="https://unpkg.com/vue/dist/vue.js"></script>
134134
<!-- import library -->
135-
<script src="https://unpkg.com/vue-easytable/umd/js/index.js"></script>
135+
<script src="https://unpkg.com/vue-easytable/libs/umd/index.js"></script>
136136
```
137137

138138
#### Example
@@ -145,7 +145,7 @@ Through [https://unpkg.com/vue-easytable/](https://unpkg.com/vue-easytable/), yo
145145
<!-- import style -->
146146
<link
147147
rel="stylesheet"
148-
href="https://unpkg.com/vue-easytable/umd/css/index.css"
148+
href="https://unpkg.com/vue-easytable/libs/theme-default/index.css"
149149
/>
150150
</head>
151151
<body>
@@ -156,7 +156,7 @@ Through [https://unpkg.com/vue-easytable/](https://unpkg.com/vue-easytable/), yo
156156
<!-- import Vue -->
157157
<script src="https://unpkg.com/vue/dist/vue.js"></script>
158158
<!-- import library -->
159-
<script src="https://unpkg.com/vue-easytable/libs/umd/js/index.js"></script>
159+
<script src="https://unpkg.com/vue-easytable/libs/umd/index.js"></script>
160160
<script>
161161
new Vue({
162162
el: "#app",

examples/src/docs/zh/start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ new Vue({
131131

132132
```css
133133
<!-- 引入样式 -->
134-
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/umd/css/index.css">
134+
<link rel="stylesheet" href="https://unpkg.com/vue-easytable/libs/theme-default/index.css">
135135
<!-- 引入Vue -->
136136
<script src="https://unpkg.com/vue/dist/vue.js"></script>
137137
<!-- 引入组件库 -->
138-
<script src="https://unpkg.com/vue-easytable/umd/js/index.js"></script>
138+
<script src="https://unpkg.com/vue-easytable/libs/umd/index.js"></script>
139139
```
140140

141141
#### 示例
@@ -148,7 +148,7 @@ new Vue({
148148
<!-- 引入样式 -->
149149
<link
150150
rel="stylesheet"
151-
href="https://unpkg.com/vue-easytable/umd/css/index.css"
151+
href="https://unpkg.com/vue-easytable/libs/theme-default/index.css"
152152
/>
153153
</head>
154154
<body>
@@ -159,7 +159,7 @@ new Vue({
159159
<!-- 引入 Vue -->
160160
<script src="https://unpkg.com/vue/dist/vue.js"></script>
161161
<!-- 引入组件库 -->
162-
<script src="https://unpkg.com/vue-easytable/libs/umd/js/index.js"></script>
162+
<script src="https://unpkg.com/vue-easytable/libs/umd/index.js"></script>
163163
<script>
164164
new Vue({
165165
el: "#app",

0 commit comments

Comments
 (0)