Skip to content

Commit

Permalink
components-extra does not work (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyway777 authored and pi0 committed May 26, 2017
1 parent e5f4253 commit 8e9c207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/components-extra/index.js
@@ -1,5 +1,5 @@
import bExTest from './test.vue';

export default {
export {
bExTest
};
2 changes: 1 addition & 1 deletion lib/directives-extra/index.js
@@ -1,5 +1,5 @@
import bExTest from './test';

export default {
export {
bExTest
};
2 changes: 1 addition & 1 deletion lib/extra.js
Expand Up @@ -10,7 +10,7 @@ const VuePlugin = {
return;
}

if (!Vue._bootstrap_vue_extra_installed) {
if (Vue._bootstrap_vue_extra_installed) {
return;
}

Expand Down

0 comments on commit 8e9c207

Please sign in to comment.