mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-11 18:12:27 +03:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module "*.vue" {
|
|
import Vue from "vue";
|
|
export default Vue;
|
|
}
|