UNPKG
ive-uniapp
Version:
latest (0.1.2-beta)
0.1.2-beta
0.1.1-beta
0.1.0-beta
Provide useful components and tools for uniapp
ive-uniapp
/
lib
/
tab
/
index.js
8 lines
(6 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
;
import
tab
from
'./tab'
; tab.
install
=
function
(
) {
Vue
.
component
(tab.
name
, tab); };
export
default
tab;