-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/hug-sun/element3
- Loading branch information
Showing
25 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
src/utils/popper.js | ||
src/utils/date.js | ||
examples/play | ||
*.sh | ||
node_modules | ||
lib | ||
coverage | ||
*.md | ||
*.scss | ||
*.woff | ||
*.ttf | ||
src/index.js | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/element3/packages/avatar/index.js → ...s/element3/src/components/Avatar/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import ElAvatar from './Avatar.vue' | ||
import ElAvatar from './src/Avatar.vue' | ||
|
||
/* istanbul ignore next */ | ||
ElAvatar.install = function (app) { | ||
app.component(ElAvatar.name, ElAvatar) | ||
} | ||
|
||
export default ElAvatar | ||
export { ElAvatar } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/element3/packages/avatar/props.js → ...ement3/src/components/Avatar/src/props.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../packages/avatar/__tests__/Avatar.spec.js → ...rc/components/Avatar/tests/Avatar.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/element3/packages/badge/index.js → ...es/element3/src/components/Badge/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import ElBadge from './Badge.vue' | ||
import ElBadge from './src/Badge.vue' | ||
|
||
/* istanbul ignore next */ | ||
ElBadge.install = function (app) { | ||
app.component(ElBadge.name, ElBadge) | ||
} | ||
|
||
export default ElBadge | ||
export { ElBadge } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t3/packages/badge/__tests__/Badge.spec.js → .../src/components/Badge/tests/Badge.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/element3/packages/divider/index.js → .../element3/src/components/Divider/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import ElDivider from './Divider' | ||
import ElDivider from './src/Divider' | ||
|
||
/* istanbul ignore next */ | ||
ElDivider.install = function (app) { | ||
app.component(ElDivider.name, ElDivider) | ||
} | ||
|
||
export default ElDivider | ||
export { ElDivider } |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ackages/divider/__tests__/Divider.spec.js → .../components/Divider/tests/Divider.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { Message } from './src/Message.js' |
4 changes: 2 additions & 2 deletions
4
...ages/element3/packages/message/Message.js → ...nt3/src/components/Message/src/Message.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t3/packages/message/tests/Message.spec.js → .../components/Message/tests/Message.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ackages/message/tests/Message.vue.spec.js → ...ponents/Message/tests/Message.vue.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
packages/element3/packages/tag/index.js → ...ages/element3/src/components/Tag/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import ElTag from './Tag.vue' | ||
import ElTag from './src/Tag.vue' | ||
|
||
/* istanbul ignore next */ | ||
ElTag.install = function (app) { | ||
app.component(ElTag.name, ElTag) | ||
} | ||
|
||
export default ElTag | ||
export { ElTag } |
2 changes: 1 addition & 1 deletion
2
packages/element3/packages/tag/Tag.vue → ...s/element3/src/components/Tag/src/Tag.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ement3/packages/tag/__tests__/Tag.spec.js → ...ent3/src/components/Tag/tests/Tag.spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters