Skip to content

Commit 4bf8b95

Browse files
committed
Style.
1 parent 4f07c07 commit 4bf8b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import BlazeTemplate from './blaze-template';
22

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

0 commit comments

Comments
 (0)