Compare commits
No commits in common. "982adc3f4b0ba534945843b3ba1e767759df6a45" and "d13ae033551bc857725287e1d9cba72d6259d61d" have entirely different histories.
982adc3f4b
...
d13ae03355
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -30,6 +30,8 @@ declare module 'vue' {
|
||||
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
||||
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
||||
MixedMessage: typeof import('./src/components/talk/message/MixedMessage.vue')['default']
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NIcon: typeof import('naive-ui')['NIcon']
|
||||
PageAnimation: typeof import('./src/components/page-animation/index.vue')['default']
|
||||
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
@ -332,7 +332,7 @@ const confirmBtnStatus = computed(() => {
|
||||
}
|
||||
switch (groupActiveIndex.value) {
|
||||
case 0:
|
||||
if(allChooseMembers?.value?.length < 2) {
|
||||
if(allChooseMembers?.value?.length < 3) {
|
||||
disabledT = true
|
||||
}
|
||||
break
|
||||
@ -345,7 +345,7 @@ const confirmBtnStatus = computed(() => {
|
||||
}
|
||||
break
|
||||
case 2:
|
||||
if(allChooseMembers?.value?.length < 2) {
|
||||
if(allChooseMembers?.value?.length < 3) {
|
||||
disabledT = true
|
||||
}
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user