Skip to content
Snippets Groups Projects
Unverified Commit b7bdd45d authored by おさむのひと's avatar おさむのひと Committed by GitHub
Browse files

Fix/vue import error on intellij (#12612)


* Fix fix labeler config (#8)

* fix vue import error

---------

Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
parent 319267e0
No related branches found
No related tags found
No related merge requests found
/* eslint-disable */
declare module "*.vue" {
import { defineComponent } from "vue";
const component: ReturnType<typeof defineComponent>;
export default component;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment