Skip to content

Commit 76d197d

Browse files
committed
1 parent 1aa6f48 commit 76d197d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/api/application-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Vue の外部にて定義された(Web Components API を利用した場合な
9494

9595
> この関数では、全てのネイティブの HTML ならびに SVG のタグをマッチさせる必要はありません。Vue のパーサが自動的にこのチェックを行います。
9696
97+
::: tip Important
98+
This config option is only respected when using the runtime compiler. If you are using the runtime-only build, `isCustomElement` must be passed to `@vue/compiler-dom` in the build setup instead - for example, via the [`compilerOptions` option in vue-loader](https://vue-loader.vuejs.org/options.html#compileroptions).
99+
:::
100+
97101
## optionMergeStrategies
98102

99103
- **型:** `{ [key: string]: Function }`

0 commit comments

Comments
 (0)