Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99ddbbc

Browse filesBrowse files
committed
docs: update theme
1 parent daf54e3 commit 99ddbbc
Copy full SHA for 99ddbbc

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎packages/docs/.vuepress/theme-coreui/src/client/components/Page.vue

Copy file name to clipboardExpand all lines: packages/docs/.vuepress/theme-coreui/src/client/components/Page.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-if="pro_component"
44
class="bg-danger bg-opacity-10 border-start border-start-5 border-start-danger p-4 pb-3 mb-5"
55
>
6-
<h3 className="mb-4">CoreUI PRO Component</h3>
6+
<h3 class="mb-4">CoreUI PRO Component</h3>
77
<p>
88
To use this component you must have a CoreUI PRO license. Buy the
99
<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

Copy file name to clipboardExpand all lines: packages/docs/.vuepress/theme-coreui/src/client/components/ScssDocs.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div className="highlight">
2+
<div class="highlight">
33
<pre class="prism-code language-scss" v-html="code" />
44
</div>
55
</template>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.