#54 removed logo from toolbar

pull/1/head
Thomas Ballmann 3 years ago
parent 01ed084b7a
commit 9fc9b7d862

@ -176,10 +176,9 @@
<script> <script>
import { mapState, mapGetters } from 'vuex' import { mapState, mapGetters } from 'vuex'
import Notifications from '@/components/Notifications' import Notifications from '@/components/Notifications'
const SvgLogo = () => import('@/assets/logo.svg?inline')
export default { export default {
components: { Notifications, SvgLogo }, components: { Notifications },
data: () => ({ data: () => ({
drawer: true, drawer: true,
pages: [ pages: [

Loading…
Cancel
Save