1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

style: update prettier format rules

This commit is contained in:
张传龙
2022-07-03 14:52:49 +08:00
parent f97beeb54b
commit 7f97dd2f5a
10 changed files with 13 additions and 24 deletions

View File

@@ -11,8 +11,7 @@
:columns="columns"
:pagination="pagination"
:row-key="(row) => row.id"
@update:checked-row-keys="handleCheck"
/>
@update:checked-row-keys="handleCheck" />
</div>
</template>