提交 f3652619 编写于 作者: shutao-dc's avatar shutao-dc

调整native-view示例组件命名

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