From 8a687f3983fa453955dbc01241a4861467a1e19e Mon Sep 17 00:00:00 2001 From: zjfresh Date: Tue, 26 Apr 2022 22:41:59 +0800 Subject: [PATCH] Add component name examples of ` +``` + + + + + +```vue + + + +``` + + + + + +```vue + + + + +``` + + + ## :wrench: Options ```json @@ -116,6 +157,18 @@ export default { + + +```vue + + + +``` + + + ## :books: Further Reading - [Style guide - Multi-word component names](https://vuejs.org/style-guide/rules-essential.html#use-multi-word-component-names)