01 2022 档案
摘要:Sass变量的定义(永远不要使用@extend!) $fontSize:12px; body{ font-size:$fontSize; } 特殊变量:如果变量嵌套在字符串中,则需要写在 #{} 符号里面,如: $top:top; div{ margin-#{$top}:10px } 变量的调用 .
阅读全文
摘要:开始使用 /*不使用script-setup语法糖*/ <script> import { defineComponent } from "vue" export default defineComponent({ name: 'app', }) </script> /*使用script-set
阅读全文

浙公网安备 33010602011771号