Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoja committed Jan 27, 2019
1 parent 5c36e78 commit 58c2cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuti",
"version": "1.0.21",
"version": "1.0.22",
"description": "高扩展性前端UI框架",
"keywords": [
"vuti",
Expand Down Expand Up @@ -49,8 +49,5 @@
"url-loader": "^1.0.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"vue2-datepicker": "^2.8.1"
}
}
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ import tRow from './row/index.js'
import tSearch from './search/index.js'
import tGestures from './gestures/index.js'
import tKeyboard from './keyboard/index.js'
import tDate from 'vue2-datepicker'
import tCalendar from 'vue2-datepicker/src/calendar.vue'

export {
tButton,
Expand All @@ -65,6 +63,4 @@ export {
tSearch,
tGestures,
tKeyboard,
tDate,
tCalendar
}

0 comments on commit 58c2cd1

Please sign in to comment.