Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix: close the navigation bar by default
Browse files Browse the repository at this point in the history
Note that it will be open on large screens, which is what we want

Fixes LyonDataViz#42
  • Loading branch information
severo committed Dec 18, 2019
1 parent fc3c323 commit 5eba3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Infos from '@/components/Infos.vue'
export default Vue.extend({
name: 'App',
data: () => ({
drawer: true
drawer: false
}),
components: {
PointsList,
Expand Down

0 comments on commit 5eba3ff

Please sign in to comment.