Expose VueMaterial to window

This commit is contained in:
Marcos Moura 2016-10-13 04:46:36 -03:00
parent 59b4ba7660
commit 2db7f5f9f3

View file

@ -50,4 +50,6 @@ options.install = (Vue) => {
}
};
window.VueMaterial = options;
export default options;