瀏覽代碼

remove altcha plugin

olinox14 1 年之前
父節點
當前提交
360095f95c
共有 1 個文件被更改,包括 0 次插入6 次删除
  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
-})