0.0.6 • Published 5 months ago

is-popup-notification v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

is-popup-notification

Componente Niubiz para Vue JS Componente Popup Notifications

Instalar

npm install is-popup-notification

Uso

  • 1er Paso En su script del .vue importar lo siguiente y registrarlo como componente
import Popup from 'is-popup-notification/src/components/Popup.vue'


export default {
    components: {
        Popup
    }
}
  • 2doPaso Registro de la data requerida en el componente popup-notification
<popup-notification :url="getUrl" :query="parametros" :saveGTM="switchAction"/>



data () {
    return {
        getUrl: {{API_URL}},
      
        parametros: { // realiza los filtros agregando un query en la url
            numeroDocumento: '29605512'
            .
            .
            .
        },
    }
},
methods: {
    switchAction(ua, ga4) {
        // Get Data Analytics
      console.log('UA: ', ua, 'ga4: ', ga4)
}
0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago