Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

249
Views
No se puede leer la propiedad 'tapAsync' de undefined

Estoy tratando de servir mi proyecto con vuetify pero no Cannot read property 'tapAsync' of undefined . Usé Vue3 y Webpack4:

archivo principal:

 import { createApp } from "vue"; import App from "./App.vue"; import router from "./router"; import store from "./store"; import vuetify from "./plugins/vuetify"; // import { loadFonts } from "./plugins/webfontloader"; // loadFonts(); createApp(App).use(router).use(store).use(vuetify).mount("#app");

y en vue.config.js

 module.exports = { transpileDependencies: ["vuetify"], };

paquete.json

 "dependencies": { "@mdi/font": "5.9.55", "core-js": "^3.6.5", "register-service-worker": "^1.7.1", "roboto-fontface": "*", "vue": "^3.0.0", "vue-material": "^1.0.0-beta-15", "vue-router": "^4.0.0-0", "vuetify": "^3.0.0-alpha.0", "vuex": "^4.0.0-0", "webfontloader": "^1.0.0", "webpack": "^4.0.0" }
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

actualizar la versión de Vue

actualización de vue

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!