UNPKG
tian-yan-yan
Version:
latest (0.0.1)
0.0.1
一套不算好用的组件
tian-yan-yan
/
src
/
components
/
CellPopupRadio
/
index.js
12 lines
(8 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * 行加单选弹出框 * @author: 张文 * @date 2022-03-09 * */
import
tyCellPopupRadio
from
"./index.vue"
; tyCellPopupRadio.
install
=
Vue
=>
Vue
.
component
(tyCellPopupRadio.
name
, tyCellPopupRadio)
export
default
tyCellPopupRadio