We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf8b95 commit c026889Copy full SHA for c026889
install.js
@@ -1,5 +1,5 @@
1
import BlazeTemplate from './blaze-template';
2
3
-export function install (Vue, options) {
+export function install(Vue, options) {
4
Vue.component('blaze-template', BlazeTemplate);
5
}
0 commit comments