joy-admin-components 0.1.40 → 0.1.43

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
@@ -18,6 +18,7 @@
18
18
  - Element Plus 2.3.8+
19
19
  - VxeTable 4.12.0+
20
20
  - vue-i18n 9.10.1+
21
+ - dayjs 1.11.19+
21
22
 
22
23
  ## 安装
23
24
 
@@ -286,16 +287,6 @@ import { creatValidator } from 'joy-admin-components';
286
287
  const validator = creatValidator(rules);
287
288
  ```
288
289
 
289
- ### 加密工具
290
-
291
- ```js
292
- import { crypto } from 'joy-admin-components';
293
-
294
- // 使用加密功能
295
- const encrypted = crypto.encrypt(data);
296
- const decrypted = crypto.decrypt(encrypted);
297
- ```
298
-
299
290
  ### Excel 工具
300
291
 
301
292
  ```js