We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d00733 commit 29ed83dCopy full SHA for 29ed83d
examples/app.js
@@ -20,8 +20,8 @@ import '../libs/themes-base/index.css'
20
import {VTable,VPagination} from '../libs/index.js'
21
22
// dev
23
-import '../libs/themes-base/index.css'
24
-import {VTable,VPagination} from '../libs/index.js'
+/*import '../packages/themes-base/index.css'
+import {VTable,VPagination} from '../packages/index.js'*/
25
26
Vue.component(VTable.name, VTable)
27
Vue.component(VPagination.name, VPagination)
0 commit comments