unibest icon indicating copy to clipboard operation
unibest copied to clipboard

unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大...

Results 57 unibest issues
Sort by recently updated
recently updated
newest added

# Bug report(问题描述) 这样写会提示ref不存在,功能是正常的.我知道有自动导入功能,但是我这个是其他地方的代码移植过来,不能全部删掉,请问一下是什么原因 ![image](https://github.com/user-attachments/assets/da15f630-1a21-4873-8e9a-b1e2457f26ea) ## Steps to reproduce(问题复现步骤) ## Screenshot or Gif(截图或动态图) ## minimal reproduction(最小可还原代码) ## System Info `npx envinfo --system --npmPackages vue --binaries --browsers` 执行上面命令,将结果贴下面

# Bug report(问题描述) 热重载的时候,对v-for的内容无法及时更新; please write your issue description here ## Steps to reproduce(问题复现步骤) 1. 如对一个简单的数组对象进行v-for遍历渲染。第一次会出现内容 2. 此时如果修改数组对象的内容或者长度等,都不会修改。需要重新运行项目才可以看到修好后的内容 3. ## Screenshot or Gif(截图或动态图) ## minimal reproduction(最小可还原代码) ## System Info `npx...

![image](https://github.com/codercup/unibest/assets/16794924/e4e531bd-fa1f-46ae-a527-2df88e611118) 非常频繁

![image](https://github.com/codercup/unibest/assets/50100966/dc8ca012-27e1-4298-9788-8beeafe773f6) ![image](https://github.com/codercup/unibest/assets/50100966/0854a141-a093-4926-8a5f-69b0829da999)

wot-design-uni这个组件库真的很难用。 比如 1.微信小程序开发使用customClass修改宽度都不生效。 获取验证码 2.而且本地改了,wdbutton组件内容不会实时更新,比如把上面的**获取验证码**改为**xxxs后重新获取**,需要手动刷新开发工具才行

如题,主要是担心没安装这个依赖,可能会有一些未知的问题

# Bug report(问题描述) import自定义组件的时候eslint报错 ## Steps to reproduce(问题复现步骤) ``` import AppCard from '@/components/app-card' // .vue' 不写.vue就会提示错误 ``` Missing file extension for "@/components/app-card"eslint[import/extensions](https://github.com/import-js/eslint-plugin-import/blob/v2.29.1/docs/rules/extensions.md) 找不到模块“@/components/app-card”或其相应的类型声明。ts-plugin(2307) ## Screenshot or Gif(截图或动态图) ## minimal reproduction(最小可还原代码)...

# 打包成app后echarts不显示 ## 直接用这个页面替换index.vue内容,浏览器上可以,app上不行, 更新数据 非 APP、H5 环境不支持 export default { data() { return { option: { title: { text: 'ECharts 入门示例', }, tooltip: {}, legend: { data: ['销量'], },...

toast,message-box 全局引入后 怎么使用它插槽进行自定义呢? 需要往弹框里面加入自定义的 内容 ![image](https://github.com/codercup/unibest/assets/32589587/ca65903e-fc3e-4144-87eb-c6b56462747f)

# Feature request(新功能建议) 1. 建议demo中添加使用echart的案例. 2. 添加分包的案例