mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
Linter fixes
This commit is contained in:
parent
ff8e3f5234
commit
fd8163b7f9
2 changed files with 1 additions and 5 deletions
|
@ -44,8 +44,6 @@
|
|||
@update="update"
|
||||
/>
|
||||
</modal>
|
||||
|
||||
<share-list />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -54,7 +52,6 @@
|
|||
import { mapState } from 'vuex';
|
||||
import Modal from '@/components/Modal/Modal';
|
||||
import Tags from '@/components/Tags/Tags';
|
||||
import ShareList from '@/components/ShareList/ShareList';
|
||||
import ListAdd from '@/components/Lists/ListAdd';
|
||||
import ListSettings from '@/components/Lists/ListSettings';
|
||||
import WallpaperUpload from '@/components/WallpaperUpload/WallpaperUpload';
|
||||
|
@ -64,7 +61,6 @@ export default {
|
|||
Modal,
|
||||
Tags,
|
||||
WallpaperUpload,
|
||||
ShareList,
|
||||
ListAdd,
|
||||
ListSettings,
|
||||
},
|
||||
|
|
|
@ -97,4 +97,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue