From 35b06760c154732ef985687d794401723ed4d8e9 Mon Sep 17 00:00:00 2001 From: ryo Date: Mon, 2 Nov 2020 19:58:12 +0900 Subject: [PATCH] chore: fix header level I fixed the heading levels to match the other files. --- src/guide/migration/custom-elements-interop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/custom-elements-interop.md b/src/guide/migration/custom-elements-interop.md index a49bc7b087..afc1f88b5b 100644 --- a/src/guide/migration/custom-elements-interop.md +++ b/src/guide/migration/custom-elements-interop.md @@ -5,7 +5,7 @@ badges: # Custom Elements Interop -# Overview +## Overview - **BREAKING:** Custom elements whitelisting is now performed during template compilation, and should be configured via compiler options instead of runtime config. - **BREAKING:** Special `is` prop usage is restricted to the reserved `` tag only.