UNPKG
simple-frame-unit
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
基于vue2 研发的与simple-data后端配合使用的组件
simple-frame-unit
/
src
/
components
/
ed-base-vue
/
package
/
EdInputMap
/
index.js
10 lines
(7 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Map坐标选择器
import
EdInputMap
from
'./src/EdInputMap.vue'
;
/* istanbul ignore next */
EdInputMap
.
install
=
function
(
Vue
) {
Vue
.
component
(
EdInputMap
.
name
,
EdInputMap
) }
export
default
EdInputMap
;