UNPKG
crip-vue-notice
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Vue.js project to add global notices on a page.
github.com/tahq69/vue-notice
tahq69/vue-notice
crip-vue-notice
/
types
/
vue.d.ts
12 lines
(9 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Notice
}
from
"./plugin"
declare
module
"vue/types/vue"
{
interface
Vue
{
$notice
:
Notice
}
interface
VueConstructor
{
notice
:
Notice
} }