Skip to content

Commit

Permalink
docs: remove cyber monday snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Nov 27, 2018
1 parent 1a6b89e commit 7e9dab2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/vuetifyjs.com/src/App.vue
Expand Up @@ -44,15 +44,15 @@
mounted () {
this.getReleases()
this.snackbar({
color: 'store',
close: true,
id: 'cyber-monday-sale',
text: 'Shop now',
msg: 'Happy Cyber Monday',
to: '/store/',
timeout: 0
})
// this.snackbar({
// color: 'store',
// close: true,
// id: 'cyber-monday-sale',
// text: 'Shop now',
// msg: 'Happy Cyber Monday',
// to: '/store/',
// timeout: 0
// })
},
methods: {
Expand Down

0 comments on commit 7e9dab2

Please sign in to comment.