Skip to content

Commit

Permalink
style(menuable): remove explicit type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 22, 2019
1 parent f428829 commit cb5fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/mixins/menuable/index.ts
Expand Up @@ -171,7 +171,7 @@ export default baseMixins.extend<options>().extend({
},

methods: {
absolutePosition (): object {
absolutePosition () {
return {
offsetTop: 0,
offsetLeft: 0,
Expand Down

0 comments on commit cb5fc64

Please sign in to comment.