Skip to content

Commit 8ed08b5

Browse files
committed
fix: fix build
1 parent fde293d commit 8ed08b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/.vitepress/theme/preference/PreferenceSwitch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ onMounted(() => {
155155
transition: border-color 0.5s, background-color 0.5s ease;
156156
margin-bottom: 20px;
157157
top: -0.5px;
158-
background-color: var(--vt-c-bg);
158+
background-color: var(--vp-c-bg);
159159
padding-top: 10px;
160160
z-index: 5;
161161
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"dependencies": {
3434
"@vue/theme": "^2.3.0",
35-
"commandapi-docs": "file:",
3635
"jszip": "^3.10.1",
3736
"vitepress-i18n": "^1.3.0",
3837
"vue": "^3.5.13",

0 commit comments

Comments
 (0)