Skip to content

Commit

Permalink
总结scoped样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Panyue-genkiyo committed Sep 23, 2021
1 parent 1917dae commit 11cea11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@
```

4. 使用插件:```Vue.use()```


## scoped样式

1. 作用:让样式在局部生效,防止冲突。
2. 写法:```<style scoped>```

0 comments on commit 11cea11

Please sign in to comment.