Skip to content

Commit b59cae0

Browse files
author
Dimitar Todorov
committed
Fix: lint error in src/vue
1 parent d7d0333 commit b59cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue/facebook-vue-directives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const FacebookPlugin = {
44
Vue.registerElement("FacebookShareButton", () => require('../').ShareButton);
55
Vue.registerElement("FacebookSendButton", () => require('../').SendButton);
66
}
7-
}
7+
};
88

99
export default FacebookPlugin;

0 commit comments

Comments
 (0)