Browse Source

add a plugin for altcha import

olinox14 1 year ago
parent
commit
eca1b41c1e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      plugins/altcha.client.ts

+ 4 - 0
plugins/altcha.client.ts

@@ -0,0 +1,4 @@
+import { defineNuxtPlugin } from '#app'
+import 'altcha'
+
+export default defineNuxtPlugin((nuxtApp) => {})