我需要在没有DOM操作的情况下以编程方式显示/隐藏弹出窗口(应该基于路由器更改)。有可能吗?如果是,怎么做?

2020-11-13 23:49创建
共2个回答
OI
游客oiHIeZ

可以这样做:

<popper ref="popperRef" trigger="click"></popper> 
this.$refs.popperRef.showPopper = true 
this.$refs.popperRef.showPopper = false