vue-mstyle
Version:
``` npm install vue-mstyle ``` ##Using in your project ```js import Vue from 'vue' import 'vue-mstyle' new Vue({ render: h => h(App) }).$mount('#app') ```
6 lines (5 loc) • 58 B
JavaScript
``` npm install vue-mstyle ``` ##Using in your project ```js import Vue from 'vue' import 'vue-mstyle' new Vue({ render: h => h(App) }).$mount('#app') ```