Skip to content

Commit

Permalink
feat: category content list, post template, category template
Browse files Browse the repository at this point in the history
  • Loading branch information
tvaliasek committed Jan 4, 2025
1 parent 5c3d15f commit 04225bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

declare module 'vue' {
export interface GlobalComponents {
BButton: typeof import('bootstrap-vue-next')['BButton']
}
}

0 comments on commit 04225bb

Please sign in to comment.