Skip to content

Commit 983bcaf

Browse files
committed
fix (core): 修复错误代码引入
1 parent c89116f commit 983bcaf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/setting/Language.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ const {
180180
{
181181
modelValue: templateContent.value,
182182
language: currentLanguage.value
183-
},
184-
// emit 函数用于更新 modelValue
185-
(event: 'update:modelValue', value: string) => {
186-
templateContent.value = value
187183
}
188184
)
189185

0 commit comments

Comments
 (0)