We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c5269 commit ffc37fdCopy full SHA for ffc37fd
src/guide/migration/custom-elements-interop.md
@@ -136,6 +136,6 @@ Vue 2 では、ネイティブタグに `is` プロパティを使用してこ
136
137
## 移行の戦略
138
139
-- `config.ignorededElements` を `vue-loader` の `compilerOptions` (のビルドステップ) または `app.config.isCustomElement` (オンザフライのテンプレートコンパイルで) のいずれかで置き換えます。
+- `config.ignorededElements` を `vue-loader` の `compilerOptions` (ビルドステップ) または `app.config.isCustomElement` (オンザフライのテンプレートコンパイル) のいずれかで置き換えます。
140
141
- `<component>`以外のタグで `is` を使用しているものはすべて `<component is="...">` (SFC テンプレートの場合) または `v-is` (in-DOM テンプレートの場合) に変更します。
0 commit comments