2023-11-20-1
This commit is contained in:
@@ -474,7 +474,7 @@ export default defineComponent({
|
||||
// let num2 = (input as HTMLInputElement).value.split(' ').length
|
||||
console.log(this.captionGeneration);
|
||||
|
||||
if(this.captionGeneration.split(/\s+/).length > 75){
|
||||
if(this.captionGeneration?.split(/\s+/).length > 75){
|
||||
this.inputShow = true
|
||||
}else{
|
||||
this.inputShow = false
|
||||
|
||||
Reference in New Issue
Block a user