UNPKG

@vant/weapp

Version:

轻量、可靠的小程序 UI 组件库

31 lines (30 loc) 611 B
import { VantComponent } from '../common/component'; VantComponent({ props: { show: Boolean, customStyle: String, duration: { type: null, value: 300, }, zIndex: { type: Number, value: 1, }, lockScroll: { type: Boolean, value: true, }, rootPortal: { type: Boolean, value: false, }, }, methods: { onClick() { this.$emit('click'); }, // for prevent touchmove noop() { }, }, });