You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like a good solution to me. Would you like to make a PR for it? I think we can mark the Vue entry as @depreacted so it won't break the existing code but also give clear info for developers to migrate. Thanks.
My use case is to config
ignoredElements
only in Vue 2. Currently we may use:The problem is that when this code is run with Vue 3,
Vue
contains all tree-shakable exports which is not ideal.So shall we add a
Vue2
export from vue-demi so that we can use it like:And in Vue 3 mode we just export
undefined
fromvue-demi
so it doesn't hurt the bundle size.The text was updated successfully, but these errors were encountered: