Skip to content

Commit

Permalink
Fix/vue import error on intellij (#12612)
Browse files Browse the repository at this point in the history
* Fix fix labeler config (#8)

* fix vue import error

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
  • Loading branch information
samunohito and syuilo authored Dec 9, 2023
1 parent 319267e commit b7bdd45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/vue-shims.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* eslint-disable */
declare module "*.vue" {
import { defineComponent } from "vue";
const component: ReturnType<typeof defineComponent>;
export default component;
}

0 comments on commit b7bdd45

Please sign in to comment.