Comparing version 1.1.18 to 1.1.19
{ | ||
"name": "gxb-ui", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"description": "Mobile UI elements for Dapp built on Vue.js 2.x.", | ||
@@ -5,0 +5,0 @@ "author": "xLogic <xloigc@qq.com>", |
@@ -0,8 +1,6 @@ | ||
// Form | ||
import Checklist from './components/checklist'; | ||
// Basic | ||
import Header from './components/header'; | ||
import TabItem from './components/tab-item'; | ||
import TabContainerItem from './components/tab-container-item'; | ||
import TabContainer from './components/tab-container'; | ||
import Tabbar from './components/Tabbar'; | ||
import Navbar from './components/Navbar'; | ||
import Button from './components/button'; | ||
@@ -12,2 +10,5 @@ import Cell from './components/cell'; | ||
import Swipe from './components/swipe'; | ||
import TabItem from './components/tab-item'; | ||
import TabContainerItem from './components/tab-container-item'; | ||
import TabContainer from './components/tab-container'; | ||
import SwipeItem from './components/swipe-item'; | ||
@@ -17,2 +18,6 @@ import IndexList from './components/index-list'; | ||
// Nav | ||
import Tabbar from './components/Tabbar'; | ||
import Navbar from './components/Navbar'; | ||
// Feedback | ||
@@ -25,2 +30,3 @@ import Toast from './components/toast'; | ||
if (install.installed) return; | ||
Vue.component(Checklist.name, Checklist); | ||
Vue.component(Header.name, Header); | ||
@@ -27,0 +33,0 @@ Vue.component(TabContainerItem.name, TabContainerItem); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1913872
101
9624