File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Vue.config.ignoredElements = ['plastic-button']
52
52
]
53
53
```
54
54
55
- - オンザフライでテンプレートをコンパイルする場合は 、` app.config.isCustomElement ` で設定します。
55
+ - 直接テンプレートをコンパイルする場合は 、` app.config.isCustomElement ` で設定します。
56
56
57
57
``` js
58
58
const app = Vue .createApp ({})
@@ -136,6 +136,6 @@ Vue 2 では、ネイティブタグに `is` プロパティを使用してこ
136
136
137
137
## 移行の戦略
138
138
139
- - ` config.ignorededElements` を ` vue-loader` の ` compilerOptions` (ビルドステップ) または ` app.config.isCustomElement` (オンザフライのテンプレートコンパイル ) のいずれかで置き換えます。
139
+ - ` config.ignorededElements` を ` vue-loader` の ` compilerOptions` (ビルドステップ) または ` app.config.isCustomElement` (直接テンプレートコンパイル ) のいずれかで置き換えます。
140
140
141
141
- ` <component>` 以外のタグで ` is` を使用しているものはすべて ` <component is="...">` (SFC テンプレートの場合) または ` v-is` (in - DOM テンプレートの場合) に変更します。
You can’t perform that action at this time.
0 commit comments