Skip to content

Commit 78ff0c5

Browse files
authored
chore: importdoc mising closing single quotes
1 parent 3d269e7 commit 78ff0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/importdoc.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
</p>
5252
<b-card no-body tag="p">
5353
<code v-if="$route.name === 'docs-components-slug'">
54-
import { {{pluginName}} } from 'bootstrap-vue/es/components;
54+
import { {{pluginName}} } from 'bootstrap-vue/es/components';
5555
</code>
5656
<code v-else>
57-
import { {{pluginName}} } from 'bootstrap-vue/es/directives;
57+
import { {{pluginName}} } from 'bootstrap-vue/es/directives';
5858
</code>
5959
<br>
6060
<code>Vue.use({{pluginName}});</code>

0 commit comments

Comments
 (0)