UNPKG

diandi-ele-form-tmap

Version:
14 lines (11 loc) 354 B
/** * @Author: Wang chunsheng email:2192138785@qq.com * @Date: 2021-11-27 18:06:11 * @Last Modified by: Wang chunsheng email:2192138785@qq.com * @Last Modified time: 2025-03-13 16:41:44 */ import Tmap from './Tmap' if (typeof window !== 'undefined' && window.Vue) { window.Vue.component(Tmap.name, Tmap) } export default Tmap