refacto: migrate to composition API everywhere
This commit is contained in:
5
src/shims-vue.d.ts
vendored
5
src/shims-vue.d.ts
vendored
@@ -1,8 +1,3 @@
|
||||
declare module "*.vue" {
|
||||
import { defineComponent } from "vue"
|
||||
const component: ReturnType<typeof defineComponent>
|
||||
export default component
|
||||
}
|
||||
declare module "pouchdb-adapter-indexeddb"
|
||||
declare module "@toycode/markdown-it-class"
|
||||
declare module "markdown-it-block-embed"
|
||||
|
||||
Reference in New Issue
Block a user