ndelvalle/v-click-outside

The isActive config is ignored when updated dynamically

开放

#143 创建于 2019年11月8日

 (2 条评论) (0 个反应) (1 位负责人)JavaScript (90 个派生)batch import
bughelp wanted

仓库指标

星标
 (959 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I'm trying to disable the behavior of the click outside dynamically by changing the isActive property of the config object but the behavior still the same.

I know I can use the middleware to handle this (check line 36) but I don't know if the config of click outside expects to be dynamically.

https://codesandbox.io/s/v-click-outside-e4vin

贡献者指南