提交 3434d717 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--冗余代码

上级 46f49c0b
...@@ -97,28 +97,6 @@ export default class AppCheckBox extends Vue { ...@@ -97,28 +97,6 @@ export default class AppCheckBox extends Vue {
} }
} }
/**
* 分隔符
*
* @type {*}
* @memberof AppCheckBox
*/
@Prop() separator: any;
/**
* 获取分隔符
*
* @readonly
* @memberof AppCheckBox
*/
get currentseparator() {
if (this.separator) {
return this.separator;
} else {
return ',';
}
}
/** /**
* 选中值 * 选中值
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册