staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
687 stars 109 forks source link

Vue 3 - import { h } from 'vue' #90

Open lazynewt opened 2 years ago

lazynewt commented 2 years ago

When installing to Vue3 ("vue": "^3.2.29",) - running on ("vite": "^2.7.13")

 > node_modules/vue-audio-visual/src/components/AvBase.js:1:9: error: No matching export in "node_modules/vue-audio-visual/node_modules/vue/dist/vue.runtime.esm.js" for import "h"
    1 │ import { h } from 'vue'

Any ideas to resolve this on Vue 3 ? i was under the impression this plugin was working with Vue 3 based on the documentation?

Thanks.