altcha.client.ts 105 B

1234
  1. import { defineNuxtPlugin } from '#app'
  2. import 'altcha'
  3. export default defineNuxtPlugin((nuxtApp) => {})