UNPKG
modify-ui
Version:
latest (0.1.3)
0.1.3
0.1.2
MY UI
modify-ui
/
components
/
lib
/
code-rain
/
index.js
8 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
CodeRain
from
'./src/code-rain.vue'
CodeRain
.
install
=
function
(
Vue
) {
Vue
.
component
(
CodeRain
.
name
,
CodeRain
) }
export
default
CodeRain