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
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import { GesturePlugin } from '@vueuse/gesture'
import { MotionPlugin } from '@vueuse/motion'
createApp(App).use(store).use(router).use(GesturePlugin).use(MotionPlugin).mount('#app')
The text was updated successfully, but these errors were encountered:
I created a new vue3 project with the package.json listed below in cli3.
then I integrated the MultiGesture.vue, but I always get an error. what could be the reason for this?
is there a demo project in cli
package.json
main.ts
The text was updated successfully, but these errors were encountered: