bulade-ui 1.0.3 → 1.0.4

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
@@ -39,5 +39,7 @@ npm run dev
39
39
  ```
40
40
 
41
41
  ### 执行开发预览
42
+
43
+ ```
42
44
  npm run watch
43
45
  ```
@@ -1,3 +1,4 @@
1
1
  <view class="button {{ type }} {{ size }} iclass">
2
2
  <slot />
3
+ <bld-icon name="loading" />
3
4
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulade-ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "轻量、可靠的小程序 UI 组件库",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -1,3 +1,4 @@
1
1
  <view class="button {{ type }} {{ size }} iclass">
2
2
  <slot />
3
+ <bld-icon name="loading" />
3
4
  </view>