Skip to content

Commit 357f0cc

Browse files
authored
docs: update independent tsx demo (#419)
* docs: update independent tsx demo * docs: remove dayjs resolve alias
1 parent 0f9b1e5 commit 357f0cc

File tree

4 files changed

+490
-306
lines changed

4 files changed

+490
-306
lines changed

docs/.vitepress/config.mts

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,6 @@ export default defineConfig({
2222
find: /^ant-design-x-vue$/,
2323
replacement: path.resolve(__dirname, '../../src')
2424
},
25-
{
26-
find: /^dayjs\/plugin\/quarterOfYear$/,
27-
replacement: 'dayjs/esm/plugin/quarterOfYear'
28-
},
29-
{
30-
find: /^dayjs\/plugin\/weekYear$/,
31-
replacement: 'dayjs/esm/plugin/weekYear'
32-
},
33-
{
34-
find: /^dayjs\/plugin\/weekOfYear$/,
35-
replacement: 'dayjs/esm/plugin/weekOfYear'
36-
},
37-
{
38-
find: /^dayjs\/plugin\/localeData$/,
39-
replacement: 'dayjs/esm/plugin/localeData'
40-
},
41-
{
42-
find: /^dayjs\/plugin\/weekday$/,
43-
replacement: 'dayjs/esm/plugin/weekday'
44-
},
45-
{
46-
find: /^dayjs\/plugin\/advancedFormat$/,
47-
replacement: 'dayjs/esm/plugin/advancedFormat'
48-
},
49-
{
50-
find: /^dayjs\/plugin\/customParseFormat$/,
51-
replacement: 'dayjs/esm/plugin/customParseFormat'
52-
},
53-
{
54-
find: /^dayjs$/,
55-
replacement: 'dayjs/esm'
56-
},
5725
{
5826
find: /^.*\/VPHero\.vue$/,
5927
replacement: fileURLToPath(

0 commit comments

Comments
 (0)