Skip to content

Commit 2ece6fc

Browse files
committed
translate event handling
1 parent e2acaa7 commit 2ece6fc

File tree

2 files changed

+165
-143
lines changed

2 files changed

+165
-143
lines changed

.vitepress/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import fs from 'fs'
2+
import path from 'path'
3+
import { defineConfigWithTheme } from 'vitepress'
14
import type { Config as ThemeConfig } from '@vue/theme'
25
import baseConfig from '@vue/theme/config'
3-
import { defineConfigWithTheme } from 'vitepress'
4-
import fs from 'fs'
56
import { headerPlugin } from './headerMdPlugin'
6-
import path from 'path'
77

88
const nav: ThemeConfig['nav'] = [
99
{

0 commit comments

Comments
 (0)