README
wsimple
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
vue日期组件 日历 日期选择器
代码提示
<dates-simple @getday="getday" @getindex="getindex" @getmonth="getmonth" @getyear="getyear">
methods:{ ..... getday(item){ console.log('get:'+item); }, getindex(item){ console.log('get:'+item); }, getmonth(item){ console.log('get:'+item); }, getyear(item){ console.log('get:'+item); } .... }