From 92d034e0e124928179f072224e9c2c1ad87fc1b2 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 31 Jul 2023 11:43:45 +0800 Subject: [PATCH] 地址联动组件升级,支持第四级街道,数据采用异步 --- forms/chinaArea/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/forms/chinaArea/index.js b/forms/chinaArea/index.js index 0d63f1e..f8c4b3f 100644 --- a/forms/chinaArea/index.js +++ b/forms/chinaArea/index.js @@ -4,11 +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, + $locations, SmartAddress, }; \ No newline at end of file -- Gitblit v1.9.1