@bdsoft/element 1.1.25 → 1.1.26

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.
Files changed (2) hide show
  1. package/global/index.js +1 -1
  2. package/package.json +1 -1
package/global/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { App } from 'vue'
1
+ // import { App } from 'vue'
2
2
  import { showsuccess, showerror, showwarning, showinfo } from '../src/utils/message.js'
3
3
  // App是用来确定类型
4
4
  export default function registerProperties(app) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bdsoft/element",
3
3
  "description": "内部UI组件",
4
- "version": "1.1.25",
4
+ "version": "1.1.26",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "peerDependencies": {