oeos-components 0.1.97 → 0.1.99

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  ```js
10
10
  import 'oeos-components/dist/style.css'
11
- import oeosComponets from 'oeos-components'
12
- app.use(oeosComponets)
11
+ import OeosComponets from 'oeos-components'
12
+ app.use(OeosComponets)
13
13
  ```
14
14
 
15
15
  ### 在任何一个.vue文件下, 可直接引入组件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oeos-components",
3
- "version": "0.1.97",
3
+ "version": "0.1.99",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/oeos-components-es.js",