mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-23 22:35:49 +00:00
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
import mdImage from './mdImage.vue';
|
|
import mdImageTheme from './mdImage.theme';
|
|
|
|
export default function install(Vue) {
|
|
Vue.component('md-image', mdImage);
|
|
|
|
Vue.material.styles.push(mdImageTheme);
|
|
}
|