uniapp中使用pinia,并做数据持久化


安装依赖 npm i pinia pinia-plugin-persistedstate @nuxt/devalue -S 创建插件 创建store文件夹,创建持久化插件store/plugins.ts // store/plugins.ts import { App } from 'vue' im

m1 Mac HbuilderX导入Vue3+Vite运行报错


m1 Mac HbuilderX导入Vue3+Vite运行报错 You installed esbuild on another platform than the one you're currently using.

uni.chooseImage选取图片造成应用刷新的问题


uni.chooseImage选取图片造成应用刷新的问题在uniapp 做选择文件的功能 有部分手机选择完后 会触发生命周期里的方法 会造成页面数据重新渲染,数据更新,造成图片选择不成功等问题,防止这种做法 我们有两种方式一. 不要在onshow生命周期填写相关的函数操作,在onload做函数处