UNPKG

@xcpcio/board-app

Version:
11 lines (8 loc) 263 B
import type { UserModule } from "~/types"; import ToastPlugin from "vue-toast-notification"; import "vue-toast-notification/dist/theme-sugar.css"; export const install: UserModule = ({ app }) => { app.use(ToastPlugin, { position: "bottom-right", }); };