From 950943838a9e5bba6f2935f88235bbb2cfb36aef Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 6 Dec 2023 19:37:16 +0800 Subject: [PATCH] allowJS --- src/views/libraries/List.vue | 43 +++++++++++++++++++++++++++--------- tsconfig.json | 3 ++- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/src/views/libraries/List.vue b/src/views/libraries/List.vue index 8abae73..edb0cf4 100644 --- a/src/views/libraries/List.vue +++ b/src/views/libraries/List.vue @@ -1,13 +1,31 @@ - diff --git a/tsconfig.json b/tsconfig.json index 81b08a4..b710795 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ ], "paths": { "@/*": ["src/*"] - } + }, + "allowJs": true }, "include": [ "src/**/*.ts",