vue滑动选择组件_Vue选择组件

vue滑动选择组件

选择 (vselect)

A vue select components.

Vue选择组件。

View Demo 查看演示 View Github 查看Github

安装: (Installation:)

npm install --save-dev vselect-component

如何使用 (How to use)

1,要包含此项目,您需要使用CommonJS语法或ES6模块语法(推荐)来要求该模块。例如,在main.js文件中: (1、To include this project you need to require the module by using CommonJS syntax or ES6 Modules Syntax (recommended).For example,in main.js file:)

import vSelect from 'vselect-component'

Vue.use(vSelect)

2,在.vue文件中使用: (2、In the .vue file to use:)


翻译自: https://vuejsexamples.com/a-vue-select-components/

vue滑动选择组件

你可能感兴趣的:(vue滑动选择组件_Vue选择组件)