forked from umicro/uView2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
190 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/unpackage/dist/* | ||
/node_modules/* | ||
/.idea/* | ||
deploy.sh | ||
/unpackage/cache/* | ||
/unpackage/release/* | ||
/node_modules/* | ||
/.idea/* | ||
deploy.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
export default { | ||
props: { | ||
// 当前选中项的value值 | ||
value: { | ||
type: [Number, String, Array], | ||
default: '' | ||
}, | ||
// 菜单项标题 | ||
title: { | ||
type: [String, Number], | ||
default: '' | ||
}, | ||
// 选项数据,如果传入了默认slot,此参数无效 | ||
options: { | ||
type: Array, | ||
default () { | ||
return [] | ||
} | ||
}, | ||
// 是否禁用此菜单项 | ||
disabled: { | ||
type: Boolean, | ||
default: false | ||
}, | ||
// 下拉弹窗的高度 | ||
height: { | ||
type: [Number, String], | ||
default: 'auto' | ||
}, | ||
// 点击遮罩是否可以收起弹窗 | ||
closeOnClickOverly: { | ||
type: Boolean, | ||
default: true | ||
// 当前选中项的value值 | ||
value: { | ||
type: [Number, String, Array], | ||
default: '' | ||
}, | ||
// 菜单项标题 | ||
title: { | ||
type: [String, Number], | ||
default: '' | ||
}, | ||
// 选项数据,如果传入了默认slot,此参数无效 | ||
options: { | ||
type: Array, | ||
default () { | ||
return [] | ||
} | ||
}, | ||
// 是否禁用此菜单项 | ||
disabled: { | ||
type: Boolean, | ||
default: false | ||
}, | ||
// 下拉弹窗的高度 | ||
height: { | ||
type: [Number, String], | ||
default: 'auto' | ||
}, | ||
// 点击遮罩是否可以收起弹窗 | ||
closeOnClickOverlay: { | ||
type: Boolean, | ||
default: true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.