From d0ed795da2011ac450e889c732d551dd956dea52 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 29 Mar 2023 14:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E5=90=8D=E5=AD=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiDvMap.vue | 430 +++++++++++++++++++++-------------------- components/index.js | 1 - 2 files changed, 216 insertions(+), 215 deletions(-) diff --git a/components/AiDvMap.vue b/components/AiDvMap.vue index 63d7a30d..f9db8e6e 100644 --- a/components/AiDvMap.vue +++ b/components/AiDvMap.vue @@ -5,249 +5,251 @@ diff --git a/components/index.js b/components/index.js index 1567ee06..7cca617a 100644 --- a/components/index.js +++ b/components/index.js @@ -18,7 +18,6 @@ const install = function (Vue) { let contexts = require.context('.', true, /[\\\/]Ai([^\\\/]+)\.vue$/); if (contexts) { contexts.keys().map((e) => { - console.log(e) components.push(contexts(e).default); Vue.component(contexts(e).default.name, contexts(e).default); });