ndelvalle/v-click-outside

The isActive config is ignored when updated dynamically

オープン

#143 opened on 2019/11/08

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (90 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (959 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド