Ver Fonte

remove altcha plugin

olinox14 há 1 ano atrás
pai
commit
360095f95c
1 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 6
      plugins/altcha.client.ts

+ 0 - 6
plugins/altcha.client.ts

@@ -1,6 +0,0 @@
-import { defineNuxtPlugin } from '#app'
-import altcha from 'altcha'
-
-export default defineNuxtPlugin(nuxtApp => {
-  nuxtApp.vueApp.config.globalProperties.$altcha = altcha
-})