摘要:
vue3中变量多使用 ref, reactive 来声明。如下: const firstName = ref('Tom') const lastName = ref('Jerry') const form = reactive({ name: '', sex: '', age: '', area: 阅读全文
摘要:
下载依赖包 yarn add -D less less-loader 安装完之后就可以在代码中使用 less 编码了 <style lang="less" scoped> .about { min-height: 100vh; .header { color: red; font-size: 3re 阅读全文