Variable PowerGlitchPluginConst

PowerGlitchPlugin: { install: ((vueApp: App<any>) => void) } = ...

Plugin to register the GlitchedElement component and v-glitch directive to your Vue 3 application.

Example

createApp(App)
.use(PowerGlitchPlugin)
.mount('#app');

Type declaration

  • install: ((vueApp: App<any>) => void)
      • (vueApp: App<any>): void
      • Parameters

        • vueApp: App<any>

        Returns void

Generated using TypeDoc