فهرست منبع

fix: watermarkModal data response failure

nian 2 ماه پیش
والد
کامیت
572e409440
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/layout/header/Actions/component/WatermarkModal.vue

+ 1 - 0
src/layout/header/Actions/component/WatermarkModal.vue

@@ -237,6 +237,7 @@ const updateWatermarkOptions = <K extends keyof ConfigureOptions['watermarkOptio
       <NInput
         type="textarea"
         v-model:value="configureStore.configure.watermarkOptions.image"
+        @update:value="(value) => updateWatermarkOptions('image', value)"
         clearable
       />
     </NFormItem>