|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| i18n.ts | ||
| motion.ts | ||
| nprogress.ts | ||
| pinia.ts | ||
| pwa.ts | ||
README.md
Modules
A custom user module system. Place a .ts file with the following template, it will be installed automatically.
import { UserModule } from '~/types'
export const install: UserModule = ({ app, router, isClient }) => {
// do something
}