Skip to content

Commit

Permalink
update AtInput
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Sep 16, 2020
1 parent ea64615 commit c986bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taro-creator",
"productName": "TaroCreator",
"version": "0.2.0",
"version": "0.2.1",
"description": "微信小程序 小程序模板 小程序可视化设计工具 Taro Taro UI",
"author": "深圳之了网络科技有限公司",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions src/components/taro-ui/components/AtInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ export default {
},
attrs() {
return {
type: {
type: 'select',
items: ['text', 'number', 'password', 'phone', 'idcard', 'digit']
},
adjustPosition: {
type: 'boolean'
},
Expand Down

0 comments on commit c986bfb

Please sign in to comment.