how to unuse a plugin? (VUE3) #9244
Unanswered
lzr900515
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a online vue runtime workspace。user can select which plugin should be used,also can cancel the select and re-select again? so how can i unuse a plugin and re-use it。the plugin export a uninstall method ,can help me call. but next time i call app.use(plugin), the install method will not being called forever. is there any method to delete the plugin from the installedPlugins set.
Beta Was this translation helpful? Give feedback.
All reactions