UNPKG

crip-vue-notice

Version:

A Vue.js project to add global notices on a page.

12 lines (9 loc) 165 B
import { Notice } from "./plugin" declare module "vue/types/vue" { interface Vue { $notice: Notice } interface VueConstructor { notice: Notice } }