Skip to content

Commit

Permalink
style: 全局格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Aug 4, 2023
1 parent 0d4eb29 commit 60cb0b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/components/infinite-scrolling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<template #source>
<f-infinite-scrolling :on-scroll-end="onScrollEnd">

<div v-for="item in length" :key="item" class="f-infinite-scrolling-item" style="">{{ item }}</div>
</f-infinite-scrolling>
</template>
Expand Down
5 changes: 1 addition & 4 deletions packages/fighting-design/infinite-scrolling/src/props.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
setFunctionProp,
setStringNumberProp
} from '../../_utils'
import { setFunctionProp, setStringNumberProp } from '../../_utils'
import type { ExtractPropTypes } from 'vue'
import type { ScrollCallback } from './interface'

Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
},
"homepage": "https://fighting.tianyuhao.cn",
"repository": "https://github.com/FightingDesign/fighting-design"
}
}
6 changes: 1 addition & 5 deletions packages/fighting-design/tabs/src/props.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
setStringNumberProp,
setStringProp,
setFunctionProp
} from '../../_utils'
import { setStringNumberProp, setStringProp, setFunctionProp } from '../../_utils'
import type { ExtractPropTypes, InjectionKey } from 'vue'
import type {
TabsTrigger,
Expand Down

0 comments on commit 60cb0b8

Please sign in to comment.