mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
#54 removed logo from toolbar
This commit is contained in:
parent
01ed084b7a
commit
9fc9b7d862
@ -176,10 +176,9 @@
|
||||
<script>
|
||||
import { mapState, mapGetters } from 'vuex'
|
||||
import Notifications from '@/components/Notifications'
|
||||
const SvgLogo = () => import('@/assets/logo.svg?inline')
|
||||
|
||||
export default {
|
||||
components: { Notifications, SvgLogo },
|
||||
components: { Notifications },
|
||||
data: () => ({
|
||||
drawer: true,
|
||||
pages: [
|
||||
|
Loading…
Reference in New Issue
Block a user