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
With composition-api, you could import proxyRefs and use it as a simpler replacement for reactive/shallowReactive to avoid various reactivity issues/limitations or just plain bugs in composition API. Can we get access to proxyRefs in Vue 2.7?
// Does not workimport{proxyRefs}from'vue'// Worksimport{proxyRefs}from'@vue/composition-api'
What is expected?
Vue 2 exploses proxyRefs
What is actually happening?
Module '"vue"' has no exported member 'proxyRefs'
The text was updated successfully, but these errors were encountered:
Version
2.7.0
Reproduction link
github.com
Steps to reproduce
With composition-api, you could import
proxyRefs
and use it as a simpler replacement for reactive/shallowReactive to avoid various reactivity issues/limitations or just plain bugs in composition API. Can we get access to proxyRefs in Vue 2.7?What is expected?
Vue 2 exploses proxyRefs
What is actually happening?
Module '"vue"' has no exported member 'proxyRefs'
The text was updated successfully, but these errors were encountered: