mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-12 10:51:05 +00:00
Expose VueMaterial to window
This commit is contained in:
parent
59b4ba7660
commit
2db7f5f9f3
1 changed files with 2 additions and 0 deletions
|
|
@ -50,4 +50,6 @@ options.install = (Vue) => {
|
|||
}
|
||||
};
|
||||
|
||||
window.VueMaterial = options;
|
||||
|
||||
export default options;
|
||||
|
|
|
|||
Loading…
Reference in a new issue