守望先锋 使用Vue.js构建的Web APP的守望先锋UI库。 文献资料 安装 $ yarn add overwatch-ui or $ npm install overwatch-ui --save 进口 然后,您需要在main.js中导入其组件和插件。 // main.js // Import the library import OwUI from 'overwatch-ui' import 'overwatch-ui/dist/overwatch-ui.css' // Use some plugins Vue . use ( OwUI . plugins . $owAlert )