提交 7d4ca97c 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

Merge branch 'dev' of gitcode.net:dcloud/hello-uni-app-x into dev

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view> <view>
<native-button class="native-button" style="width: 200px; height: 100px;" :text="buttonText" @buttonTap="ontap" <native-button class="native-button" style="width: 200px; height: 100px;" :text="buttonText" @buttonTap="ontap"
@load="onload"></native-button> @load="onload"></native-button>
<time-picker class="native-time-picker" :hour=2 :minute=3 @changed="onChanged"></time-picker> <native-time-picker class="native-time-picker" :hour=2 :minute=3 @changed="onChanged"></native-time-picker>
</view> </view>
</template> </template>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
//监听属性变化 //监听属性变化
watchEffect(() => { watchEffect(() => {
// console.log("watchEffect "+props.text)
const text = props.text const text = props.text
updateText(text) updateText(text)
}) })
......
{ {
"id": "uni-native-button", "id": "native-button",
"displayName": "uni-native-button", "displayName": "native-button",
"version": "0.0.1", "version": "0.0.1",
"description": "vue开发button原生组件", "description": "vue开发button原生组件",
"keywords": [
"tencent",
"map",
"tmap"
],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^4.25" "HBuilderX": "^4.25"
......
{ {
"id": "uni-time-picker", "id": "native-time-picker",
"displayName": "uni-time-picker", "displayName": "native-time-picker",
"version": "1.0.0", "version": "1.0.0",
"description": "uni-time-picker", "description": "native-time-picker",
"keywords": [
"uni-time-picker"
],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0"
......
# uni-time-picker # native-time-picker
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册