erp-plus 1.0.16 → 1.0.17

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.
package/README.md CHANGED
@@ -26,19 +26,4 @@ yarn add erp-plus
26
26
  # 使用 pnpm
27
27
  pnpm add erp-plus
28
28
 
29
- 🔧 快速开始
30
29
 
31
- 全局引入
32
- import { createApp } from 'vue'
33
-
34
- import App from './App.vue'
35
-
36
- import ErpPlus from 'erp-plus'
37
-
38
- import 'erp-plus/dist/index.css'
39
-
40
- const app = createApp(App)
41
-
42
- app.use(ErpPlus)
43
-
44
- app.mount('#app')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",
@@ -43,6 +43,7 @@
43
43
  "unplugin-vue-components": "^28.8.0",
44
44
  "vite": "^7.0.0",
45
45
  "vite-plugin-dts": "^4.5.4",
46
+ "vite-svg-loader": "^5.1.0",
46
47
  "vue": "^3.5.17",
47
48
  "vue-tsc": "^2.2.10"
48
49
  },