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 fde293d commit 8ed08b5Copy full SHA for 8ed08b5
docs/.vitepress/theme/preference/PreferenceSwitch.vue
@@ -155,7 +155,7 @@ onMounted(() => {
155
transition: border-color 0.5s, background-color 0.5s ease;
156
margin-bottom: 20px;
157
top: -0.5px;
158
- background-color: var(--vt-c-bg);
+ background-color: var(--vp-c-bg);
159
padding-top: 10px;
160
z-index: 5;
161
}
package.json
@@ -32,7 +32,6 @@
32
},
33
"dependencies": {
34
"@vue/theme": "^2.3.0",
35
- "commandapi-docs": "file:",
36
"jszip": "^3.10.1",
37
"vitepress-i18n": "^1.3.0",
38
"vue": "^3.5.13",
0 commit comments