yxuse 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,9 @@ pnpm set registry https://registry.npmjs.org
22
22
  - 使用方式
23
23
 
24
24
  ```javascript
25
+ //在项目入口文件 main.js/main.ts中
25
26
  import { install } from "yxuse/theme";
27
+ install();
26
28
  ```
27
29
 
28
30
  - 内置方法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "yx"