关键字:v-model
  • Vue two-way binding between parent and child components
    In Vue, the most commonly used two-way binding is v-model. For example, you can do the following to have a two-way bindi ...
  • vue一些笔记
    vue是渐进式框架:你可以只用做模板引擎,或者加上vue提供的路由,或者加上全局状态管理vuex,或者直接使用vue-cli直接搭建项目。你可以在现有程序使用vue,也可以用vue搭建工程。vue核心是响应 ...
  • element-ui datepicker配置某个日期前后不可选
    element-ui作为vue组件里面使用人数最多的一个开源组件库,已经包括了绝大多数日常使用的组件,其中datepicker就是比较常用的组件之一。 ...

暂无数据