Skip to content

Commit

Permalink
style: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hq001 committed Dec 2, 2020
1 parent aaafdb7 commit c0e7d9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
11 changes: 1 addition & 10 deletions src/components/more-then/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
import {
defineComponent,
nextTick,
onMounted,
onUpdated,
PropType,
ref,
toRefs,
watch
} from 'vue'
import { defineComponent, nextTick, PropType, ref, toRefs, watch } from 'vue'
import './index.less'

const prefix = 'more-then'
Expand Down
2 changes: 1 addition & 1 deletion src/components/table/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineComponent, PropType, toRefs, ref } from 'vue'
import { defineComponent, PropType, toRefs } from 'vue'
import { SongInteface, SongsDetail } from '@/interface/index'
import { Table as ATable } from 'ant-design-vue'
import { noop } from '@/utils/index'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/footer/sage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { toRaw } from 'vue'
import { ActionTree, MutationTree, GetterTree } from 'vuex'
import { isNumber, timeTos, toFixed, storage } from '@/utils/index'
import { getSongUrl, getSongDetail, getLyric } from './api/index'
import { State, Getter, LocalKey } from './state'
import { State, LocalKey } from './state'
import { RootState } from '@/store/index'
import { SongsDetail } from '@/interface'
import { cloneDeep } from 'lodash'
Expand Down
2 changes: 0 additions & 2 deletions src/pages/news/children/artists/state.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { GlobalBase } from '@/interface/index'

export interface ArtistsState {
[key: string]: string
}
Expand Down

0 comments on commit c0e7d9f

Please sign in to comment.