Formatting

This commit is contained in:
richard-dds
2019-05-31 16:28:34 -04:00
parent 8302490194
commit 27041f77fb
2 changed files with 1 additions and 4 deletions

View File

@@ -115,5 +115,5 @@ const app = new Vue({
},
delimiters: ['!{', '}'],
directives: {'sticky': VueSticky}
directives: { sticky: VueSticky },
})