@mc-markets/ui 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  import { App } from 'vue';
2
- import { default as Dialog } from './components/Dialog/index.vue';
3
- import { default as MCButton } from './components/button/index.vue';
4
- export { Dialog, MCButton };
2
+ export { default as Dialog } from './components/Dialog/index.vue';
3
+ export { default as MCButton } from './components/button/index.vue';
5
4
  export * from './styles/theme-config';
6
5
  export { default as variables } from './styles/variables.scss';
7
6
  export { default as styles } from './styles/index.scss';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mc-markets/ui",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "type": "module",
6
6
  "author": "chenyu",
7
7
  "description": "Element Plus 完整导出包,提供所有组件、指令和服务",