messageToggletype thismsgType = type thismessageText = 这是一条$type消息提示 this$refsmessageopen 转成vue3
messageToggle(type) {
this.msgType = type;
this.messageText = 这是一条${type}消息提示;
this.$refs.message.open();
}
// 转换为Vue 3
messageToggle(type) {
this.msgType = type;
this.messageText = 这是一条${type}消息提示;
this.$refs.message.open();
}
原文地址: https://www.cveoy.top/t/topic/dyfy 著作权归作者所有。请勿转载和采集!