byt-ui 0.0.6 → 0.0.8

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
@@ -2,7 +2,7 @@
2
2
  * @Description:
3
3
  * @Author: 王国火
4
4
  * @Date: 2022-09-15 16:57:23
5
- * @LastEditTime: 2022-09-19 14:47:26
5
+ * @LastEditTime: 2022-10-08 13:00:05
6
6
  * @LastEditors: 王国火
7
7
  -->
8
8
  # byt-ui
@@ -19,6 +19,11 @@ import 'byt-ui/lib/byt-ui.css'
19
19
  Vue.use(BytUI)
20
20
  ```
21
21
 
22
+ ## 按需引入公用方法 也可全局使用this.$byt
23
+ ```
24
+ import {website,store,validate} from "byt-ui"
25
+ ```
26
+
22
27
  ## 组件调用示例
23
28
  ```html
24
29
  <base-view