Fork me on GitHub
摘要: 参考:https://www.jianshu.com/p/7f38b0aa6fb7 <style scoped>.menuItem { //常用方式1,2 >>> .ant-input { border-radius: 50px; } /deep/ .ant-input { font-size: 1 阅读全文
posted @ 2023-12-30 21:26 锄田君 阅读(1147) 评论(0) 推荐(0)
摘要: 用处:用于在setup中创建响应式变量 导出:import { ref, reactive, toRef, toRefs } from 'vue' 区别: ref 用来定义基础数据类型,String, Number, Boolean, Symbol;通过 Object.defineProperty( 阅读全文
posted @ 2023-12-30 20:01 锄田君 阅读(67) 评论(0) 推荐(0)