Skip to content

Commit 9ca8ce0

Browse files
committed
fix: fixed docs examples styling
1 parent 68251a1 commit 9ca8ce0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/.vuepress/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import './styles/styles.scss'
2+
import 'vuepress-plugin-vue-example/style.css'
23
import { defineClientConfig } from 'vuepress/client'
34
import Dataset from '@/Dataset.vue'
45
import DatasetInfo from '@/DatasetInfo.vue'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"vitest": "^2.0.5",
6767
"vue-router": "^4.4.3",
6868
"vuepress": "2.0.0-rc.15",
69-
"vuepress-plugin-vue-example": "3.0.7",
69+
"vuepress-plugin-vue-example": "3.0.8",
7070
"vuex": "^4.1.0"
7171
},
7272
"resolutions": {

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)