This commit is contained in:
2025-06-10 20:43:07 +08:00
parent 443b164348
commit f16fd016d0
18 changed files with 178 additions and 87 deletions

View File

@@ -7,6 +7,10 @@ const input = ref('');
const changeInput = (e) => {
if (e.match(/#(\S+?)(?=\s)/g)) {
if (modelValue.value === void 0) {
console.log('进来了')
}
console.log(modelValue.value)
modelValue.value.push(...e.match(/#(\S+?)(?=\s)/g).map(tag => tag.slice(1)));
input.value = null;
nextTick(() => {