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 daf54e3 commit 99ddbbcCopy full SHA for 99ddbbc
packages/docs/.vuepress/theme-coreui/src/client/components/Page.vue
@@ -3,7 +3,7 @@
3
v-if="pro_component"
4
class="bg-danger bg-opacity-10 border-start border-start-5 border-start-danger p-4 pb-3 mb-5"
5
>
6
- <h3 className="mb-4">CoreUI PRO Component</h3>
+ <h3 class="mb-4">CoreUI PRO Component</h3>
7
<p>
8
To use this component you must have a CoreUI PRO license. Buy the
9
<a href="https://coreui.io/pricing/?framework=vue&docs=coreui-banner-pro">CoreUI PRO</a>
packages/docs/.vuepress/theme-coreui/src/client/components/ScssDocs.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div className="highlight">
+ <div class="highlight">
<pre class="prism-code language-scss" v-html="code" />
</div>
</template>
0 commit comments