@scx-js/scx-admin 0.1.2 → 0.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scx-js/scx-admin",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "SCX Admin",
5
5
  "license": "MIT",
6
6
  "author": "scx567888",
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@ckeditor/ckeditor5-vue": "^7.0.0",
20
- "@scx-js/scx-app-x": "0.1.2",
21
- "@scx-js/scx-common": "0.1.2",
22
- "@scx-js/scx-dom": "0.1.2",
23
- "@scx-js/scx-http": "0.1.2",
24
- "ckeditor5": "^44.0.0",
25
- "element-plus": "^2.9.3",
20
+ "@scx-js/scx-app-x": "0.1.4",
21
+ "@scx-js/scx-common": "0.1.4",
22
+ "@scx-js/scx-dom": "0.1.4",
23
+ "@scx-js/scx-http": "0.1.4",
24
+ "ckeditor5": "^45.0.0",
25
+ "element-plus": "^2.9.7",
26
26
  "lodash-es": "^4.17.21",
27
27
  "monaco-editor": "^0.52.2",
28
28
  "nprogress": "^0.2.0",
package/scx/scx-router.js CHANGED
@@ -240,6 +240,7 @@ class ScxRouter {
240
240
  }
241
241
 
242
242
  install(app) {
243
+ this.vueRouter.install(app);
243
244
  app.provide(scxRouterKey, this);
244
245
  }
245
246