Merge pull request #62 from lzq920/patch-1

docs: Update sass.md
This commit is contained in:
harrywan 2021-05-28 12:15:20 +08:00 committed by GitHub
commit 22f9beb7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# @fesjs/plugin-access
# @fesjs/plugin-sass
@ -24,4 +24,4 @@ Vue 单文件组件的 `<style></style>` 添加 `lang='scss'`,例如:
```vue
<style lang="scss">
</style>
```
```