mirror of https://github.com/ElemeFE/element
chore: fix lint and some errors (#21136)
* chore: fix lint * chore: fix lint and some errorspull/21143/head
parent
960bbcb562
commit
6bbc046563
|
@ -84,6 +84,6 @@
|
|||
"skeleton": "./packages/skeleton/index.js",
|
||||
"skeleton-item": "./packages/skeleton-item/index.js",
|
||||
"empty": "./packages/empty/index.js",
|
||||
"descriptions": "./packages/description/index.js",
|
||||
"descriptions-item": "./packages/description-item/index.js"
|
||||
"descriptions": "./packages/descriptions/index.js",
|
||||
"descriptions-item": "./packages/descriptions-item/index.js"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import DescriptionsItem from '../descriptions/src/description-item';
|
||||
import DescriptionsItem from '../descriptions/src/descriptions-item';
|
||||
|
||||
/* istanbul ignore next */
|
||||
DescriptionsItem.install = function install(Vue) {
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// import Descriptions from 'packages/descriptions';
|
||||
// import DescriptionsItem from '../src/description-item';
|
||||
|
||||
// import { createTest, destroyVM, createVue, waitImmediate, wait} from '../util';
|
||||
import { destroyVM, createVue, waitImmediate } from '../util';
|
||||
|
||||
describe('Descriptions', () => {
|
||||
|
|
Loading…
Reference in New Issue