Skip to content

Commit 9e0435a

Browse files
authored
perf: format component names as PascalCase (PanJiaChen#3074)
format: component names should be PascalCase
1 parent 776f10e commit 9e0435a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/tab/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
</template>
1414

1515
<script>
16-
import tabPane from './components/TabPane'
16+
import TabPane from './components/TabPane'
1717
1818
export default {
1919
name: 'Tab',
20-
components: { tabPane },
20+
components: { TabPane },
2121
data() {
2222
return {
2323
tabMapOptions: [

0 commit comments

Comments
 (0)