From 4db5cd339e8303ca8e2968827a5739887c8d42b4 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 06 三月 2024 17:10:41 +0800 Subject: [PATCH] 完善value-table功能 --- src/view/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 40bd6df..83766bf 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -345,7 +345,6 @@ const componentConfig = requireComponent(fileName); comObj[names] = componentConfig.default || componentConfig; }); - import menu from '../../static/js/menu.js'; import menus from '../../static/js/menu.js' import nullFace from '../view/404.vue' comObj['nullFace'] = nullFace @@ -486,4 +485,4 @@ } } }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3