mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
rename module
This commit is contained in:
parent
0b0f5d04b6
commit
8a2a680187
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import palette from './palette';
|
||||
import rgba from './rgba';
|
||||
import MdTheme from './mdTheme';
|
||||
import mdTheme from './mdTheme';
|
||||
|
||||
const VALID_THEME_TYPE = ['primary', 'accent', 'background', 'warn', 'hue-1', 'hue-2', 'hue-3'];
|
||||
const DEFAULT_THEME_COLORS = {
|
||||
|
|
@ -157,7 +157,7 @@ export default function install(Vue) {
|
|||
}
|
||||
});
|
||||
|
||||
Vue.component('md-theme', MdTheme);
|
||||
Vue.component('md-theme', mdTheme);
|
||||
|
||||
Vue.prototype.$material = Vue.material;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue