From 18994cffb5341e97f082740f1204e7a1757125a8 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 12 Dec 2024 12:09:11 +0800 Subject: [PATCH] 二维码组件,组件销毁时结束定时器 --- forms/chinaArea/index.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/forms/chinaArea/index.js b/forms/chinaArea/index.js index d673bb1..f8c4b3f 100644 --- a/forms/chinaArea/index.js +++ b/forms/chinaArea/index.js @@ -4,9 +4,12 @@ */ import CChinaArea from '@components/forms/chinaArea/CChinaArea.vue'; -import ChinaLocations from '@components/forms/chinaArea/ChinaLocations'; +import { ChinaLocations, $locations } from '@components/forms/chinaArea/ChinaLocations'; +import { SmartAddress } from '@components/forms/chinaArea/SmartAddress'; export { CChinaArea, ChinaLocations, -} \ No newline at end of file + $locations, + SmartAddress, +}; \ No newline at end of file -- Gitblit v1.9.1