顺畅选择器 V Vue 2的SmoothPicker 让我们更轻松地在触摸屏设备上选择一些数据,例如时间/城市/性别/座位号/产品/ ... 看一看 演示链接:| | 演示代码链接:| | 安装 npm i -S vue-smooth-picker 用法 快速浏览 // import and use import 'vue-smooth-picker/dist/css/style.css' import SmoothPicker from 'vue-smooth-picker' Vue . use ( SmoothPicker ) . . . // in your template