Files
Flycro-Me/src/modules
2022-01-09 15:06:40 +01:00
..
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00

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
}