+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user