Skip to content

Commit e1ef137

Browse files
committed
update demo
1 parent 37c7278 commit e1ef137

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55243,7 +55243,7 @@
5524355243
}
5524455244
}, [_c('el-card', [_c('a', {
5524555245
attrs: {
55246-
"href": "https://github.com/njleonzhang/vue-data-tables/blob/master/example/App.vue",
55246+
"href": "https://github.com/njleonzhang/vue-data-tables/tree/master/example/docs/cn.vue",
5524755247
"target": "_blank"
5524855248
}
5524955249
}, [_vm._v("compare to the source code")])]), _c('el-card', [_c('div', {
@@ -56023,7 +56023,7 @@
5602356023
}
5602456024
}, [_c('el-card', [_c('a', {
5602556025
attrs: {
56026-
"href": "https://github.com/njleonzhang/vue-data-tables/blob/master/example/App.vue",
56026+
"href": "https://github.com/njleonzhang/vue-data-tables/tree/master/example/docs/en.vue",
5602756027
"target": "_blank"
5602856028
}
5602956029
}, [_vm._v("compare to the source code")])]), _c('el-card', [_c('div', {

example/docs/cn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<template lang='pug'>
99
#app
1010
el-card
11-
a(href='https://github.com/njleonzhang/vue-data-tables/blob/master/example/App.vue', target='_blank') compare to the source code
11+
a(href='https://github.com/njleonzhang/vue-data-tables/tree/master/example/docs/cn.vue', target='_blank') compare to the source code
1212

1313
el-card
1414
.desc

example/docs/en.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<template lang='pug'>
1313
#app
1414
el-card
15-
a(href='https://github.com/njleonzhang/vue-data-tables/blob/master/example/App.vue', target='_blank') compare to the source code
15+
a(href='https://github.com/njleonzhang/vue-data-tables/tree/master/example/docs/en.vue', target='_blank') compare to the source code
1616

1717
el-card
1818
.desc

0 commit comments

Comments
 (0)