Browse Source

fix: 引用错误

IlhamTahir 1 năm trước cách đây
mục cha
commit
024eef682e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/category/components/CategoryDialog.vue

+ 2 - 2
src/pages/category/components/CategoryDialog.vue

@@ -1,8 +1,8 @@
 <template>
   <t-dialog
     width="40%"
-    :header="header"
-    :confirmBtn="confirmBtn"
+    :header="headerText"
+    :confirmBtn="confirmBtnText"
     :closeOnOverlayClick="false"
     @close="handleCloseDialog"
     @confirm="SaveCategoryData"