Browse Source

删除不需要的属性

xiaochan 1 year ago
parent
commit
f9a58aee8b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/cy/CyDialog/index.vue

+ 0 - 1
src/components/cy/CyDialog/index.vue

@@ -95,7 +95,6 @@ const style = (item: DialogState) => {
         @cyDialogConfirm="
         @cyDialogConfirm="
           (value: any, isEmits = true) => handleConfirm(item, isEmits, value)
           (value: any, isEmits = true) => handleConfirm(item, isEmits, value)
         "
         "
-        :cyDialog="item"
       />
       />
     </ConfigProvider>
     </ConfigProvider>
     <template #footer v-if="item.showFooter">
     <template #footer v-if="item.showFooter">