WangShayne / vue3-signature

Electronic signature for Vue3
84 stars 14 forks source link

export 'useContext' (imported as 'o') was not found in 'vue' #2

Closed marcuschristiansen closed 3 years ago

marcuschristiansen commented 3 years ago

When I compile my app I receive the following error.

WARNING in ./node_modules/vue3-signature/dist/vue3-signature.es.js 5:10781-10782
export 'useContext' (imported as 'o') was not found in 'vue' (possible exports: $computed, 

I believe this is related to a minor upgrade from Vue 3?

WangShayne commented 3 years ago

thanks, useContext is discarded. update new vue3-signature version and try. hope work well

marcuschristiansen commented 3 years ago

Thank you so much for getting this fixed so quickly. I wanted to offer to help but my TS and composition API knowledge isn't up to scratch yet.