Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
fix component name in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Sep 12, 2017
1 parent 4f43e5f commit 198b262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Component from './Component/Component.vue';
import Component from './{{name}}/{{name}}.vue';

Component.install = Vue => Vue.component(Component.name, Component);
Component.version = process.env.VERSION;
Expand Down

0 comments on commit 198b262

Please sign in to comment.