Skip to content

Commit 29ed83d

Browse files
author
黄书伟
committed
实例优化
1 parent 2d00733 commit 29ed83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import '../libs/themes-base/index.css'
2020
import {VTable,VPagination} from '../libs/index.js'
2121

2222
// dev
23-
import '../libs/themes-base/index.css'
24-
import {VTable,VPagination} from '../libs/index.js'
23+
/*import '../packages/themes-base/index.css'
24+
import {VTable,VPagination} from '../packages/index.js'*/
2525

2626
Vue.component(VTable.name, VTable)
2727
Vue.component(VPagination.name, VPagination)

0 commit comments

Comments
 (0)