From 1311d3ef72ab299342460afcecd5ba88e00016f7 Mon Sep 17 00:00:00 2001 From: Tan Zhen Yong Date: Thu, 1 Oct 2020 11:24:15 +0800 Subject: [PATCH] fix(style-guide): add Priority D heading --- src/style-guide/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style-guide/README.md b/src/style-guide/README.md index a1c7297966..e59d0111a0 100644 --- a/src/style-guide/README.md +++ b/src/style-guide/README.md @@ -1474,6 +1474,8 @@ computed: { ``` +## Priority D Rules: Use with Caution (Potentially Dangerous Patterns) + ### Element selectors with `scoped` use with caution **Element selectors should be avoided with `scoped`.**