mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
parent
bd1ed1c1ce
commit
763018907d
@ -41,7 +41,7 @@ export default createComponent({
|
|||||||
|
|
||||||
setup(props, { emit }) {
|
setup(props, { emit }) {
|
||||||
let timer;
|
let timer;
|
||||||
let clickable;
|
let clickable = false;
|
||||||
|
|
||||||
const toggleClickable = () => {
|
const toggleClickable = () => {
|
||||||
const newValue = props.show && props.forbidClick;
|
const newValue = props.show && props.forbidClick;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user