Skip to content

Commit

Permalink
format: component names should be PascalCase
Browse files Browse the repository at this point in the history
format: component names should be PascalCase
  • Loading branch information
echofly committed Mar 23, 2020
1 parent 776f10e commit c94354d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/tab/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
</template>

<script>
import tabPane from './components/TabPane'
import TabPane from './components/TabPane'
export default {
name: 'Tab',
components: { tabPane },
components: { TabPane },
data() {
return {
tabMapOptions: [
Expand Down

0 comments on commit c94354d

Please sign in to comment.