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 7700d89 commit 38b76c3Copy full SHA for 38b76c3
src/views/components/Sidebar.vue
@@ -3,7 +3,7 @@
3
<ul :class="tw`sticky top-10`">
4
<li :class="classes.heading">Getting Started</li>
5
<SidebarLink to="/docs/install">Installation</SidebarLink>
6
- <SidebarLink to="/docs/theming">Themeing</SidebarLink>
+ <SidebarLink to="/docs/theming">Theming</SidebarLink>
7
<SidebarLink to="/docs/guides">Guides</SidebarLink>
8
<li :class="classes.heading">
9
<div :class="tw`mt-8`">Components</div>
src/views/pages/docs/theming.vue
@@ -36,7 +36,7 @@ export default defineComponent({
36
{
37
"name": "theming",
38
"meta": {
39
- "title": "Themeing | Vue Zephyr",
+ "title": "Theming | Vue Zephyr",
40
"metaTags": [
41
42
"property": "og:title",
0 commit comments