less ugly appearance switch

This commit is contained in:
taskylizard 2023-11-05 14:33:11 +05:30
parent 23878e3f3e
commit 34c1f13d8b
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
5 changed files with 87 additions and 7 deletions

View file

@ -1,4 +1,4 @@
declare module "*.vue" {
import Vue from "vue";
export default Vue;
const component: import("vue").Component;
export default component;
}