Skip to content

Commit

Permalink
chore(@142vip/vitepress): update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 12, 2024
1 parent 1b491e4 commit b821401
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const sidebarConfig: DefaultTheme.SidebarItem[] = [
/**
* 获取基本包信息
* - 注意目录格式,例如:@packages/utils
* @param pkgDirName
*/
async function getBasePkgJSON(pkgDirName: string) {
const pkgJSON = await import(`@packages/${pkgDirName}/package.json`)
Expand Down
16 changes: 0 additions & 16 deletions packages/vitepress/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
export * from './core'

// const install: Plugin = {
// install(app) {
// for (const key of Object.keys(components))
// app.component(key, components[key as keyof typeof components])
// },
// }
//
// export default install

// export const componentInstall: Plugin = {
// install(app) {
// for (const key of Object.keys(components))
// app.component(key, components[key as keyof typeof components])
// },
// }

0 comments on commit b821401

Please sign in to comment.