摘要: test.vue <template> <div :class="$style.container"> <Form v-model:name="form.name" v-model:surname="form.surname" @submit="onSubmit" /> {{form.name}} 阅读全文
posted @ 2021-11-15 15:07 一直闭眼看世界 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: 众所周知 scoped 只对内部生效 一般做法是 <style> /* global styles */ </style> <style scoped> /* local styles */ </style> 现在简洁的做法 <style scoped> :global(.red) { color: 阅读全文
posted @ 2021-11-15 11:29 一直闭眼看世界 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 大家都想自动写代码 还有一种情况就是让机器重写一遍你的代码 你可以思考当然也可以划水 我看网上很少介绍 特意拿出来分享 地址 https://github.com/zy445566/vscode-plugin-swimming 效果如下 1 先选择自己的代码 2 右键code rewriting 3 阅读全文
posted @ 2021-11-15 10:48 一直闭眼看世界 阅读(65) 评论(0) 推荐(0) 编辑