@Prop() value; get visible() { return this.value; } set visible(val) { this.$emit('input', val); }
最后更新于4年前
这有帮助吗?