Browse Source

add a plugin for altcha import

olinox14 1 năm trước cách đây
mục cha
commit
eca1b41c1e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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) => {})