Skip to content

Commit

Permalink
chore: fix docs mts
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Sep 20, 2023
1 parent 4f38058 commit eac5e75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ dist/
#.vscode/
.prettierrc

docs/.vuepress/.cache
docs/.vuepress/.temp
docs/.vitepress/cache
10 changes: 5 additions & 5 deletions docs/.vitepress/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Tab: typeof import('./components/Tab.vue')['default']
Tabs: typeof import('./components/Tabs.vue')['default']
Expand Down
File renamed without changes.

0 comments on commit eac5e75

Please sign in to comment.