Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
godbasin committed Sep 3, 2024
1 parent c69e69a commit 2d38ad1
Show file tree
Hide file tree
Showing 4 changed files with 11,354 additions and 8,111 deletions.
18 changes: 18 additions & 0 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";

export default ({
Vue, // VuePress 正在使用的 Vue 构造函数
options, // 附加到根实例的一些选项
router, // 当前应用的路由实例
siteData // 站点元数据
}) => {
try {
// 使用element-ui
Vue.use(ElementUI);

// document && integrateGitalk(router);
} catch (e) {
console.error(e.message);
}
};
Loading

0 comments on commit 2d38ad1

Please sign in to comment.