UNPKG
@lincy/tnui-vue3-uniapp
Version:
latest (1.0.23)
1.0.23
1.0.21
TuniaoUI for vue3 uniapp
github.com/lincenying/tuniaoui-vue3-uniapp
lincenying/tuniaoui-vue3-uniapp
@lincy/tnui-vue3-uniapp
/
components
/
base
/
common-props
/
swipe-action
/
index.ts
12 lines
(10 loc)
•
216 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ buildProps }
from
'../../../../utils'
export
const
swipeActionBaseProps =
buildProps
({
/** *
@description
自动关闭菜单 */
autoClose
: {
type
:
Boolean
,
default
:
true
, }, }
as
const
)