1
0
Fork 0
宝芝堂-手机端-uniapp
 
 
 
 
Go to file
panliang f1be48b702 add record.description 2023-10-26 17:58:03 +08:00
public upload image 2023-09-23 14:00:38 +08:00
src add record.description 2023-10-26 17:58:03 +08:00
.env.development editor 2023-09-15 12:50:47 +08:00
.env.production upload image 2023-09-23 14:00:38 +08:00
.gitignore init 2023-08-30 13:54:44 +08:00
.npmrc init 2023-08-30 13:54:44 +08:00
README.md datetimepicker 2023-09-25 11:26:46 +08:00
babel.config.js init 2023-08-30 13:54:44 +08:00
package.json tudo editor 2023-09-21 17:19:26 +08:00
pnpm-lock.yaml tudo editor 2023-09-21 17:19:26 +08:00
postcss.config.js init 2023-08-30 13:54:44 +08:00
shims-uni.d.ts init 2023-08-30 13:54:44 +08:00
shims-vue.d.ts init 2023-08-30 13:54:44 +08:00

README.md

宝芝堂-uniapp

  • pnpm install

修改 uview-ui

node_modules\uview-ui\components\u-datetime-picker\u-datetime-picker.vue

<script>
export default {
    watch: {
        value(newValue) {
            this.updateColumnValue(newValue)
        },
    }
}
</script>