@test-icons/vue-next 0.0.10 → 0.0.11

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.
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file ACane 拐杖
3
4
  * @author Auto Generated by HaierIcons
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file Abdominal 腹部
3
4
  * @author Auto Generated by HaierIcons
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file Buou 布偶猫
3
4
  * @author Auto Generated by HaierIcons
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file Juanxincai 卷心菜
3
4
  * @author Auto Generated by HaierIcons
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file Lachang 腊肠
3
4
  * @author Auto Generated by HaierIcons
@@ -1,3 +1,4 @@
1
+ import { h } from 'vue';
1
2
  /**
2
3
  * @file Quanji 拳击
3
4
  * @author Auto Generated by HaierIcons
@@ -54,8 +54,7 @@ export function IconWrapper(name, rtl, render) {
54
54
  };
55
55
  },
56
56
  inheritAttrs: false,
57
- render(h) {
58
- var h = arguments[0];
57
+ render() {
59
58
  var size = this.size,
60
59
  id = this.id,
61
60
  spin = this.spin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@test-icons/vue-next",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Haier icon library - vue-next components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",