Skip to content

Commit c026889

Browse files
committed
Style.
1 parent 4bf8b95 commit c026889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import BlazeTemplate from './blaze-template';
22

3-
export function install (Vue, options) {
3+
export function install(Vue, options) {
44
Vue.component('blaze-template', BlazeTemplate);
55
}

0 commit comments

Comments
 (0)