vue el-date-picker封装及使用

使用了 Element UI 中的 el-date-picker 组件,并对其进行了进一步封装和定制

创建组件index.vue (src/common-ui/datePicker/index.vue)








页面引入
  • 在需要使用HDatePicker组件的地方,通过import语句引入组件注册并使用



确保你已经安装了Vue.js和Element UI,并在项目中引入它们。

你可能感兴趣的:(vue.js,javascript,前端)