Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

Modules

A custom user module system.

Every .js file inside this folder following the template below will be installed automatically. Thus, no need to edit the main.js entry point of the app anymore.

/** @param {import("vue").App} app */
export const install = (app) => {
  // Do something with `app`, like `app.use`
};