移动电话 Vue 2.0的移动UI元素 安装 yarn add c-mobile # or npm install c-mobile --save 使用 import Vue from 'vue' import Mobile from 'c-mobile' import 'c-mobile/dist/index.css' Vue . use ( Mobile ) 自定义主题 在项目下建立一个scss文件index.scss,并编写以下内容: // 常用颜色 $primary : #39f ; $success : #0c6 ; $warning : #f90 ; $danger : #f3