mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +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 { storiesOf } from '@storybook/vue'
|
||||||
import MyButton from '~/components/Button.vue'
|
|
||||||
import Centered from '@storybook/addon-centered'
|
import Centered from '@storybook/addon-centered'
|
||||||
|
import MyButton from '~/components/Button.vue'
|
||||||
|
|
||||||
storiesOf('Button', module)
|
storiesOf('Button', module)
|
||||||
.addDecorator(Centered)
|
.addDecorator(Centered)
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
import { storiesOf } from '@storybook/vue'
|
import { storiesOf } from '@storybook/vue'
|
||||||
|
|
||||||
import VuetifyLogo from '~/components/VuetifyLogo.vue'
|
|
||||||
|
|
||||||
import Centered from '@storybook/addon-centered'
|
import Centered from '@storybook/addon-centered'
|
||||||
|
import VuetifyLogo from '~/components/VuetifyLogo.vue'
|
||||||
|
|
||||||
storiesOf('Vuetify/Logo', module)
|
storiesOf('Vuetify/Logo', module)
|
||||||
.addDecorator(Centered)
|
.addDecorator(Centered)
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Component, Vue } from 'vue-property-decorator'
|
import { Component, Vue } from 'vue-property-decorator'
|
||||||
import Card from '~/components/Card.vue'
|
|
||||||
import { namespace } from 'vuex-class'
|
import { namespace } from 'vuex-class'
|
||||||
|
import Card from '~/components/Card.vue'
|
||||||
|
|
||||||
import * as people from '~/store/modules/people'
|
import * as people from '~/store/modules/people'
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import DoughnutChart from '~/components/doughnut-chart'
|
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
import DoughnutChart from '~/components/doughnut-chart'
|
||||||
|
|
||||||
function getRandomColor() {
|
function getRandomColor() {
|
||||||
const letters = '0123456789ABCDEF'
|
const letters = '0123456789ABCDEF'
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import BarChart from '~/components/bar-chart'
|
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
|
import BarChart from '~/components/bar-chart'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
Loading…
Reference in New Issue
Block a user