File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ const activeUsers = computed(() => {
333333
334334アプリケーションの場合、トップレベルの ` App ` コンポーネントとレイアウトコンポーネントのスタイルはグローバルであってもかまいませんが、その他のコンポーネントは常にスコープされるべきです。
335335
336- これは、[ 単一ファイルコンポーネント] ( /guide/scaling-up/sfc ) にのみ関連しています。これは、[ ` scoped ` 属性] ( https://vue-loader.vuejs.org/en/features/ scoped-css.html ) を使用することを必要としません。スコープは、[ CSS モジュール] ( https://vue-loader.vuejs.org/en/features /css-modules.html ) や [ BEM] ( http://getbem.com/ ) のようなクラスベースの戦略、あるいは他のライブラリーや規約を利用することができます。
336+ これは、[ 単一ファイルコンポーネント] ( /guide/scaling-up/sfc ) にのみ関連しています。これは、[ ` scoped ` 属性] ( https://vue-loader.vuejs.org/guide/ scoped-css.html ) を使用することを必要としません。スコープは、[ CSS モジュール] ( https://vue-loader.vuejs.org/guide /css-modules.html ) や [ BEM] ( http://getbem.com/ ) のようなクラスベースの戦略、あるいは他のライブラリーや規約を利用することができます。
337337
338338** しかし、コンポーネントライブラリーは ` scoped ` 属性を使用する代わりに、クラスベースの戦略を取るべきです。**
339339
You can’t perform that action at this time.
0 commit comments