mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-20 17:55:40 +08:00
docs: 文档更新 添加轮播图组件
- 引入vue3-carousel - types抽离d.ts 需手动导入
This commit is contained in:
7
docs/.vitepress/type.d.ts
vendored
7
docs/.vitepress/type.d.ts
vendored
@@ -3,10 +3,3 @@ declare module '*.vue' {
|
||||
const componentOptions: ComponentOptions
|
||||
export default componentOptions
|
||||
}
|
||||
|
||||
interface LinkItem {
|
||||
content: string
|
||||
target: string
|
||||
}
|
||||
|
||||
type LinkList = LinkItem[]
|
||||
|
||||
Reference in New Issue
Block a user