npm install xwb-loadingshell
$ npm install xwb-loading -save
`
$3
`js
import Loading from 'xwb-loading';
class Test extends Component {
render() {
return (
);
}
}
`
$3
`js
//mian.js
import Loading from 'xwb-loading/vue';
Vue.use(Loading);
//test.vue
;
`
$3
| 属性 | 值 | 类型 |
| ----- | ------- | ------------- |
| size | 24 | number string |
| color | #2396fa | string |
$3
`js
`
$3
`shell
$ npm install
$ npm run build
``