Browse Source

提示语支持html

zhangxc 5 năm trước cách đây
mục cha
commit
6638ad06ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/safeControl/AddToken.vue

+ 1 - 0
src/components/safeControl/AddToken.vue

@@ -205,6 +205,7 @@
         warning(msg, type,time) {
             this.$message({
                 showClose: true,
+                dangerouslyUseHTMLString: true,
                 message: msg,
                 type: type || 'warning',
                 duration:time || '3000'