zydx-plus 1.1.15 → 1.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -131,7 +131,7 @@ export default {
131
131
  v-html="tree.icon.value"></span>
132
132
  </template>
133
133
  <template v-else>
134
- <i :class="`iconfont' 'tree_icon' ${tree.icon.value}`"></i>
134
+ <i :class="`iconfont tree_icon ${tree.icon.value}`"></i>
135
135
  </template>
136
136
  </template>
137
137
  <span class="tree_text"
package/src/index.js CHANGED
@@ -23,7 +23,7 @@ function install(app) {
23
23
  }
24
24
 
25
25
  export default {
26
- version: '1.1.15',
26
+ version: '1.1.16',
27
27
  install,
28
28
  Calendar,
29
29
  Message,