mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore: fix lint issue
This commit is contained in:
parent
52cafef9a2
commit
445584f738
@ -1,7 +1,7 @@
|
||||
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
import MyButton from '~/components/Button.vue'
|
||||
import Centered from '@storybook/addon-centered'
|
||||
import MyButton from '~/components/Button.vue'
|
||||
|
||||
storiesOf('Button', module)
|
||||
.addDecorator(Centered)
|
||||
|
@ -1,8 +1,7 @@
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
|
||||
import VuetifyLogo from '~/components/VuetifyLogo.vue'
|
||||
|
||||
import Centered from '@storybook/addon-centered'
|
||||
import VuetifyLogo from '~/components/VuetifyLogo.vue'
|
||||
|
||||
storiesOf('Vuetify/Logo', module)
|
||||
.addDecorator(Centered)
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { Component, Vue } from 'vue-property-decorator'
|
||||
import Card from '~/components/Card.vue'
|
||||
import { namespace } from 'vuex-class'
|
||||
import Card from '~/components/Card.vue'
|
||||
|
||||
import * as people from '~/store/modules/people'
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DoughnutChart from '~/components/doughnut-chart'
|
||||
import axios from 'axios'
|
||||
import DoughnutChart from '~/components/doughnut-chart'
|
||||
|
||||
function getRandomColor() {
|
||||
const letters = '0123456789ABCDEF'
|
||||
|
@ -5,9 +5,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BarChart from '~/components/bar-chart'
|
||||
import axios from 'axios'
|
||||
import moment from 'moment'
|
||||
import BarChart from '~/components/bar-chart'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
Loading…
Reference in New Issue
Block a user