فهرست منبع

fix: remove props

ebagabee 2 هفته پیش
والد
کامیت
bde3af8e15
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/pages/unit/tabs/UnitDataTab.vue

+ 1 - 1
src/pages/unit/tabs/UnitDataTab.vue

@@ -169,7 +169,7 @@ import { useInputRules } from "src/composables/useInputRules";
 import { createUnit } from "src/api/unit";
 import masks from "src/helpers/masks";
 
-const props = defineProps({
+defineProps({
   unitId: {
     type: Number,
     default: null,