Skip to content

Commit ffc37fd

Browse files
committed
chore: Fix wording
1 parent 03c5269 commit ffc37fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/custom-elements-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ Vue 2 では、ネイティブタグに `is` プロパティを使用してこ
136136

137137
## 移行の戦略
138138

139-
- `config.ignorededElements``vue-loader``compilerOptions` (のビルドステップ) または `app.config.isCustomElement` (オンザフライのテンプレートコンパイルで) のいずれかで置き換えます。
139+
- `config.ignorededElements``vue-loader``compilerOptions` (ビルドステップ) または `app.config.isCustomElement` (オンザフライのテンプレートコンパイル) のいずれかで置き換えます。
140140

141141
- `<component>`以外のタグで `is` を使用しているものはすべて `<component is="...">` (SFC テンプレートの場合) または `v-is` (in-DOM テンプレートの場合) に変更します。

0 commit comments

Comments
 (0)