Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "v3roll", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "serve": "vue-cli-service serve", |
@@ -1,9 +0,8 @@ | ||
import { App as Application, Plugin } from 'vue'; | ||
import { Plugin } from 'vue'; | ||
declare function install(vue: Application, options?: any): void; | ||
declare const _default: { | ||
install: typeof install; | ||
}; | ||
declare const v3roll: Exclude<Plugin['install'], undefined>; | ||
export default v3roll; | ||
export default _default; | ||
export const TestWorld: Exclude<Plugin['install'], undefined>; | ||
export const HelloWorld: Exclude<Plugin['install'], undefined>; |
388085
1501