✨ feat: 增加项目盈亏和问题反馈
This commit is contained in:
@@ -131,8 +131,9 @@ export default {
|
||||
},
|
||||
onInput(e) {
|
||||
// 触发v-model
|
||||
this.$emit('input', e.detail.html);
|
||||
this.$emit('update:value', e.detail.html);
|
||||
console.log(e)
|
||||
this.$emit('input', e.html);
|
||||
this.$emit('update:value', e.html);
|
||||
},
|
||||
onAt(e) {
|
||||
addAt({ username: e.name, userid: e.id }, () => {
|
||||
|
||||
Reference in New Issue
Block a user