摘要: 1.lazy 修饰器 lazy修饰器在input框中的表现效果是: 当你失去焦点后值才会跟新。 它的跟新时机是失去焦点后 这个修饰器在项目中运用的场景较少 <template> <div> <input class="input-demo" type="text" v-model.lazy="num 阅读全文
posted @ 2021-07-23 21:06 南风晚来晚相识 阅读(801) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <a-pagination show-quick-jumper v-model:current="current1" :total="500" @change="onChange" /> </div> </template> <script lang="ts"> i 阅读全文
posted @ 2021-07-23 15:31 南风晚来晚相识 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: Ant Design Vue中Table对齐方式显示省略号 <template> <!-- bordered 表示表格中的边框 pagination="false"不要分页 --> <a-table :data-source="dataSource" :columns="columns" :pagi 阅读全文
posted @ 2021-07-23 15:03 南风晚来晚相识 阅读(760) 评论(0) 推荐(0) 编辑