Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

149
Vistas
add plugins in vuetify using Vue.use()

I am using vutify with nuxt

I want to add a product zoom plugin in my vuetify application

https://github.com/akulubala/vue-product-zoomer

They showed in order to use the feature you need to add this following.

import ProductZoomer from 'vue-product-zoomer'
Vue.use(ProductZoomer)

where can i find Vue.use in my application file in vuetify

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Follow this steps:

  1. Add plugins folder in root directory of your nuxt project.
  2. In this directory, create new file called vue-product-zoomer.js.
  3. Add following codes in this file:
import Vue from "vue"
import ProductZoomer from 'vue-product-zoomer'
Vue.use(ProductZoomer)
  1. In nuxt.config.js file add following line to plugins array:
export default {
  // ...

  plugins: [
      ...
      { src: '~/plugins/vue-product-zoomer.js', mode: 'client' },
  ],

  // ...
}

After doing above steps, you can access this plugins globally through your nuxt app.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda