Answer the question
In order to leave comments, you need to log in
Connecting a library for vue 3?
I'm trying to include the vue3-touch-events library for vue3
in main.js
import {createApp} from 'vue';
import App from './App.vue';
import "./assets/scss/app.scss";
import store from './store';
import axios from 'axios';
import Maska from "maska";
import Vue3TouchEvents from "vue3-touch-events";
const app = createApp(App)
app.use(Maska, store, axios, Vue3TouchEvents)
app.mount('#app')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question