소스 검색

Property "props" was accessed during render but is not defined on instance.

lifanagju_citu 9 달 전
부모
커밋
168171e67b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/FormUI/nestedListGroup/index.vue

+ 0 - 1
src/components/FormUI/nestedListGroup/index.vue

@@ -5,7 +5,6 @@
     <div style="position: relative;">
       <v-text-field
         v-model="model_selectLabel"
-        v-bind="props"
         variant="outlined" hide-spin-buttons
         :density="item.dense || 'compact'"
         :type="item.type"