You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr-web/src/plugins/index.ts

7 lines
334 B

export { setupNaive } from '@/plugins/naive'
export { setupNaiveDiscreteApi } from '@/plugins/naiveDiscreteApi'
export { setupSvgIcon } from '@/plugins/icon'
export { setupDirectives } from '@/plugins/directives'
export { setupGlobalProperties } from '@/plugins/globalProperties'
export { setupMousestrap } from '@/plugins/mousetrap'