chore: bump eslint config and format code (#9223)

This commit is contained in:
neverland
2021-08-10 10:49:32 +08:00
committed by GitHub
parent 9e55e28a43
commit c34c629ba3
9 changed files with 364 additions and 458 deletions
+2 -3
View File
@@ -190,8 +190,8 @@ export default defineComponent({
);
};
const renderKeys = () => {
return keys.value.map((key) => {
const renderKeys = () =>
keys.value.map((key) => {
const keySlots: Record<string, Slot | undefined> = {};
if (key.type === 'delete') {
@@ -213,7 +213,6 @@ export default defineComponent({
/>
);
});
};
const renderSidebar = () => {
if (props.theme === 'custom') {