文件名称:vue-component-select:typescript+vue开发的下拉框选择组件,简单易用
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-17 07:28:48
javascript select typescript component vue
vue select下拉框选择组件 typescript+vue开发的下拉框选择组件,使用模拟的增强下拉选择器来代替浏览器原生的选择器,简单易用 代码示例 使用v-model来进行数据双向绑定,控制组件的显示与隐藏,详情看以下代码 安装组件包 npm install vuets-component-select --save-dev js代码 import Vue from 'vue'; import { VueSelect, VueOption } from "vuets-component-select"; new Vue({ el: '#app', components: { VueSelect, VueOption }, data() { return { visible: false, defaultValue:
【文件预览】:
vue-component-select-master
----.gitignore(42B)
----.babelrc(182B)
----images()
--------demo.png(8KB)
----package.json(1KB)
----src()
--------options()
--------index.html(1KB)
--------index.ts(3KB)
--------index.less(2KB)
--------functional-options.js(239B)
----webpack.config.js(1KB)
----postcss.config.js(327B)
----dist()
--------index.js(53KB)
----LICENSE(1KB)
----index.js(346B)
----tsconfig.json(526B)
----README.md(3KB)
----.gitattributes(117B)
----test()
--------package.json(1KB)
--------webpack.config.js(2KB)
--------dist()
--------index.js(547B)
--------tsconfig.json(526B)
--------index.html(705B)