@xingtukeji/micro 1.0.5 → 1.0.6

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  主应用初始化:
2
2
  ```javascript
3
3
  //主微应用加载插件,注意一定要在 pinia 初始化之后
4
- import xtMicro, { setupApp } from '@xingtukeji/micro'
4
+ import xtMicro, { setupApp } from '@xingtukeji/micro'
5
5
  app.use(xtMicro)
6
6
  // 遍历菜单函数
7
7
  function traverseMenu(menu) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xingtukeji/micro",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/index.js",