Skip to content

Commit

Permalink
Merge pull request #338 from vitest-dev/sync-9012f7db-1
Browse files Browse the repository at this point in the history
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ 9012f7d
  • Loading branch information
elonehoo authored Nov 15, 2023
2 parents f357eab + 3775fb8 commit 328012f
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .vitepress/components/FeaturesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ul>
</template>

<style scoped>
<style>
.features-list li {
list-style: none;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/components/ListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { computed, effectScope, onMounted, ref } from 'vue'
import { until, useElementVisibility } from '@vueuse/core'
const el = ref()
const el = ref<HTMLDivElement>()
const state = ref(0)
function reset() {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@iconify-json/logos": "^1.1.37",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18",
"@unocss/reset": "^0.53.4",
"@unocss/reset": "^0.57.4",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/vitepress": "^0.2.3",
"@vitejs/plugin-vue": "latest",
Expand All @@ -42,7 +42,7 @@
"pathe": "^0.3.9",
"pnpm": "8.6.12",
"typescript": "5.0.4",
"unocss": "^0.53.4",
"unocss": "^0.57.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0-beta.15",
"vite-plugin-pwa": "^0.16.7",
Expand Down
Loading

0 comments on commit 328012f

Please sign in to comment.