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.
@@ -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 el-icon-close",
14228
+ "class": "p-tag__close p-icon-close",
14229
14229
  "on": {
14230
14230
  "click": this.handleClose
14231
14231
  }