在 Vue CLI 脚手架中使用 scss

今天学习 vue 当中遇到了如何配置 scss 的问题经过查证,写出记录。

阅读全文 »

国际惯例

1
2
3
function Hello() {
return <h1>Hello world</h1>;
}
0%