We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d269e7 commit 78ff0c5Copy full SHA for 78ff0c5
docs/components/importdoc.vue
@@ -51,10 +51,10 @@
51
</p>
52
<b-card no-body tag="p">
53
<code v-if="$route.name === 'docs-components-slug'">
54
- import { {{pluginName}} } from 'bootstrap-vue/es/components;
+ import { {{pluginName}} } from 'bootstrap-vue/es/components';
55
</code>
56
<code v-else>
57
- import { {{pluginName}} } from 'bootstrap-vue/es/directives;
+ import { {{pluginName}} } from 'bootstrap-vue/es/directives';
58
59
<br>
60
<code>Vue.use({{pluginName}});</code>
0 commit comments