欢迎来到代码驿站!

vue

当前位置:首页 > 网页前端 > vue

vue实现移动端轻量日期组件不依赖第三方库的方法

时间:2021-01-14 11:16:13|栏目:vue|点击:

不需要依赖第三方组件的vue日期移动端组件  小轮子 轻量可复用:   https://github.com/BeckReed/datepicker-for-vue

2.用法:参见 src/view/demo.vue 文件的用法,简单易懂

<div>
 <h3>三列(年月日)日期弹窗示例--带标题)</h3>
 <button class="blue-btn" @click="togglePicker2">显示三列带标题日期弹框Demo2</button>
 <v-date-picker :type="1" :isShow="isShow2" @confirm="confirmDemo2" @cancel="cancelDemo2" v-model="selectedValue2">请选择日期</v-date-picker>
 </div>

3.该例子基于vue进行示例: 运行命令如下: npm run dev 请先npm install

# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test

For a detailed explanation on how things work, check out theguide and docs for vue-loader

总结

上一篇:Vue中多个元素、组件的过渡及列表过渡的方法示例

栏    目:vue

下一篇:vue better-scroll插件使用详解

本文标题:vue实现移动端轻量日期组件不依赖第三方库的方法

本文地址:http://www.codeinn.net/misctech/45280.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有