UNPKG
8-divine
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0

github.com/woow-wu7/8-divine
8-divine
/
packages
/
col
/
index.js
11 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Col
from
"./src/col"
;
// Row的时候为什么不叫 ElRow ?
/* istanbul ignore next */
Col
.
install
=
function
(
Vue
) {
Vue
.
component
(
Col
.
name
,
Col
); };
export
default
Col
;