wjsljc

Results 1 comments of wjsljc

https://www.cnblogs.com/wangyanhua95/p/7414115.html You need to get this off import Vue from 'vue' import App from './App' import { Button, Indicator } from 'mint-ui' import 'mint-ui/lib/style.css' Vue.component(Button.name, Button) // Vue.component(Indicator.name, Indicator) dont...