Skip to content

Commit

Permalink
从主题中移除ElementPlus和NaiveUI容器
Browse files Browse the repository at this point in the history
为了简化主题使用和避免不必要的依赖,我们从`@vitepress-demo-preview/component`中仅保留了AntDesignContainer的导入,并移除了ElementPlusContainer和NaiveUIContainer。相应的CSS文件引用也未发生变化。

相关文件变动:
- [index.mjs](file://docs/.vitepress/theme/index.mjs)
  • Loading branch information
Null committed Jul 27, 2024
1 parent 1f192fd commit a1e913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DefaultTheme from 'vitepress/theme'
import { AntDesignContainer, ElementPlusContainer, NaiveUIContainer } from '@vitepress-demo-preview/component'
import { AntDesignContainer } from '@vitepress-demo-preview/component'
import '@vitepress-demo-preview/component/dist/style.css'


Expand Down

0 comments on commit a1e913a

Please sign in to comment.