Skip to content

Commit 455034c

Browse files
committed
fix: delete dubugger
1 parent 6b72201 commit 455034c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/tag/Tag.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default {
119119
const getPrefixCls = this.configProvider().getPrefixCls;
120120
const prefixCls = getPrefixCls('tag', customizePrefixCls);
121121
const { _visible: visible } = this.$data;
122-
debugger;
123122
const tag = (
124123
<span
125124
v-show={visible}

0 commit comments

Comments
 (0)