chore(cli): fix component name

This commit is contained in:
chenjiahan
2021-01-09 10:01:15 +08:00
parent 65e8e365dc
commit fe2502b647
9 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ import SearchInput from './SearchInput';
import { packageVersion } from 'site-desktop-shared';
export default {
name: 'van-doc-header',
name: 'VanDocHeader',
components: {
SearchInput,