b7824239a8
* chore: update pwa plugin dep * chore: clean up |
||
---|---|---|
.. | ||
i18n.ts | ||
nprogress.ts | ||
README.md | ||
sw.ts |
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
}