front-ui-admin 1.1.13 → 1.1.15
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/front-ui-admin.common.js +1 -1
- package/front-ui-admin.common.js.map +1 -1
- package/front-ui-admin.css +1 -1
- package/front-ui-admin.umd.js +1 -1
- package/front-ui-admin.umd.js.map +1 -1
- package/front-ui-admin.umd.min.js +1 -1
- package/front-ui-admin.umd.min.js.map +1 -1
- package/package.json +1 -1
package/front-ui-admin.umd.js
CHANGED
|
@@ -14225,7 +14225,7 @@ input.install = function (Vue) {
|
|
|
14225
14225
|
"click": this.handleClick
|
|
14226
14226
|
}
|
|
14227
14227
|
}, [this.$slots.default, this.closable && h("i", {
|
|
14228
|
-
"class": "p-tag__close
|
|
14228
|
+
"class": "p-tag__close p-icon-close",
|
|
14229
14229
|
"on": {
|
|
14230
14230
|
"click": this.handleClose
|
|
14231
14231
|
}
|