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.common.js
CHANGED
|
@@ -14216,7 +14216,7 @@ input.install = function (Vue) {
|
|
|
14216
14216
|
"click": this.handleClick
|
|
14217
14217
|
}
|
|
14218
14218
|
}, [this.$slots.default, this.closable && h("i", {
|
|
14219
|
-
"class": "p-tag__close
|
|
14219
|
+
"class": "p-tag__close p-icon-close",
|
|
14220
14220
|
"on": {
|
|
14221
14221
|
"click": this.handleClose
|
|
14222
14222
|
}
|