File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Vue.component('demo-box', demoBox);
1818Vue . component ( 'anchor' , anchor ) ;
1919
2020// product
21- /* import '../libs/themes-base/index.css'
22- import {VTable,VPagination,VCheckbox,VCheckboxGroup} from '../libs/index.js'*/
21+ import '../libs/themes-base/index.css'
22+ import { VTable , VPagination , VCheckbox , VCheckboxGroup } from '../libs/index.js'
2323
2424// dev
25- import '../packages/themes-base/index.css'
26- import { VTable , VPagination , VCheckbox , VCheckboxGroup } from '../packages/index.js'
25+ /* import '../packages/themes-base/index.css'
26+ import {VTable,VPagination,VCheckbox,VCheckboxGroup} from '../packages/index.js'*/
2727
2828Vue . component ( VTable . name , VTable )
2929Vue . component ( VPagination . name , VPagination )
You can’t perform that action at this time.
0 commit comments