Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

v-toolbar disabled when screen too small #210

Open
jimhome1608 opened this issue Nov 21, 2017 · 0 comments
Open

v-toolbar disabled when screen too small #210

jimhome1608 opened this issue Nov 21, 2017 · 0 comments

Comments

@jimhome1608
Copy link

Hi Open this http://gpstracker.jimclark.net.au on a desktop and click the top left menu icon to hide and show the v-navigation-drawers but if you resize to smaller screen (or open on a mobile) and do same the v-toolbar goes into a disable state!!

template>

Multilink search apps refresh more_vert Support {{ item.icon }} {{ item.title }} Sales {{ item.icon }} {{ item.title }}
<script> export default { name: 'HelloWorld', data () { return { drawer: true, support: true, salesdrawer: true, items: [ { title: 'XML Jobs', icon: 'dashboard' }, { title: 'Find User', icon: 'account_box' }, { title: 'OFI Activity', icon: 'gavel' } ], msg: 'Welcome to Your Vue.js App' } } } </script>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant