Skip to content

Commit 86c13db

Browse files
committed
remove semicolon
1 parent ba5a5f1 commit 86c13db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const plugin = {
44
install: Vue => {
55
Vue.component(component.name, component)
66
}
7-
};
7+
}
88

99
component.install = plugin.install
1010

0 commit comments

Comments
 (0)