perf: format component names as PascalCase (#3074)

format: component names should be PascalCase
This commit is contained in:
echofly 2020-03-24 10:17:18 +08:00 committed by GitHub
parent 776f10e197
commit 9e0435ac85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
</template> </template>
<script> <script>
import tabPane from './components/TabPane' import TabPane from './components/TabPane'
export default { export default {
name: 'Tab', name: 'Tab',
components: { tabPane }, components: { TabPane },
data() { data() {
return { return {
tabMapOptions: [ tabMapOptions: [