暂存样式修改
This commit is contained in:
28
components/searchSelectWrapper/index.js
Normal file
28
components/searchSelectWrapper/index.js
Normal file
@@ -0,0 +1,28 @@
|
||||
// components/searchSelectWrapper/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
label: String,
|
||||
placeholder: String,
|
||||
text: String
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
onSearch() {
|
||||
this.triggerEvent("search")
|
||||
}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user