@kizmann/nano-ui 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -821,7 +821,7 @@
821
821
  <n-table-column label="ID" type="string" prop="id" :breakpoint="1300"></n-table-column>
822
822
  </n-table>
823
823
 
824
- <n-table v-model:items="virtualTree" :render-expand="true" :item-height="36" style="margin-top: 30px; min-height: 500px;">
824
+ <n-table v-model:items="virtualTree" :draggable="false" :render-expand="true" :item-height="36" style="margin-top: 30px; min-height: 500px;">
825
825
  <n-table-column label="Label" type="string" prop="label"></n-table-column>
826
826
  <n-table-column v-model="treeSelect" label="Select" type="select" :allow-uncheck="true" :fixed-width="120">
827
827
  <template v-slot:default="{ item }"></template>