uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

A cross-platform framework using Vue.js

Results 605 uni-app issues
Sort by recently updated
recently updated
newest added
trafficstars

[教程文档](https://uniapp.dcloud.net.cn/tutorial/syntax-css.html#%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87)中写到: “为方便开发者,在背景图片小于 40kb 时,uni-app 编译到不支持本地背景图的平台时,会自动将其转化为 base64 格式” 实测在前文已经出现在 image 的 url 中的图片在后文 scss 未能自动转换为 base64,具体代码如下: ``` image { height: 100rpx; width: 100rpx; } .btn { height: 100rpx; width: 100rpx; background-image:...

bug
mp

```html 提交 import { ref } from 'vue' const valiFormRef = ref(null) const valiFormData = ref({ name: '22', age: '', introduction: '' }) const rules = ref({ name: { rules:...

uni-ui
无后续反馈将自动关闭

**问题描述** radio中的color属性,无法直接使用scss的颜色。 **复现步骤** `` **预期结果** ![image](https://user-images.githubusercontent.com/68269600/87395858-96b6d000-c5e4-11ea-8c16-a91203bccf24.png) **实际结果** ![image](https://user-images.githubusercontent.com/68269600/87395915-afbf8100-c5e4-11ea-8dc3-52b469559726.png) **系统信息:** - 发行平台: H5平台 - 操作系统 : - HBuilderX版本 HBuilderX 2.7.14.20200618 - uni-app版本 - 设备信息

uni-ui
无后续反馈将自动关闭

升级版本后useAttrs 无法使用,需要在使用前先用变量接一下 `const attrs = useAttrs()` `import { computed,useAttrs } from 'vue' const params = computed(()=>{ return { selection:selection.value, ...useAttrs() } })` 报错信息为 Cannot read properties of null (reading 'setupContext')

vue3
不明确 vue版本或者运行平台
无后续反馈将自动关闭

在H5 中uni-easyinput type为number时 v-model初始化为null时下面这代代码有执行报错 const value = typeof props2.modelValue === "undefined" ? props2.value : props2.modelValue; const cache = ref(typeof value !== "undefined" ? value.toLocaleString() : "");

uni-ui
无后续反馈将自动关闭

如题, 请问uni小程序中只能使用原生语言插件吗?可以使用uts开发插件吗?由于是uniapp项目是打包成wgt了 ,uts插件是编译到对应平台比如ios是swift, 但是打包wgt并没有看到类似的framework产物. 现在是不支持吗? 真机wgt ``` [warn]WXBridgeContext.mm:1323, jsLog: [JS Framework] 当前运行的基座不包含原生插件[UTS-Proxy],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座 __WARN ``` 模拟器直接运行: ``` Error: undefined class: UTSSDKModulesxxxUtsIndexSwift, xxx-uts 插件不存在或者编译错误,请检查插件代码是否存在错误,MAC端请配置Xcode环境后重新真机运行或者重新打自定义基座,Windows端请重新打自定义基座。 __ERROR ```

uni 插件
uni sdk

将uniapp项目放入`Pandora/apps/ `目录下, 并修改control.xml 到id后,运行项目xcode出现下面报错 Framework 'AlipaySDK' not found ![image](https://github.com/user-attachments/assets/df30d9c8-f0d0-4e3f-b7a8-81f82610931d) macos version:14.0 xcode version: 15.0.1 手机模拟器版本: 17.0.1

ios
uni 插件

**问题描述** easycom功能引入官方组件有Keypress.js的组件会出现同名JS引入失败问题, 报错信息如下 ```js at uni_modules/uni-popup/components/uni-popup/uni-popup.vue:21:24 08:53:26.102 3 | import __easycom_0 from '/Users/zhangzhihua/workspaceVue/app_admin/uni_modules/uni-transition/components/uni-transition/uni-transition.vue';import { resolveDynamicComponent as __resolveDynamicComponent } from 'vue';import { resolveEasycom } from '@dcloudio/uni-app';import '@dcloudio/uni-components/style/view.css';import {View as __syscom_1} from...

``` 123 export default { data() { return { title: 'Hello1' } }, onLoad() { }, methods: { } } .title { font-size: 1rem; color: #8f8f94; } ``` 新建一个hbx项目编写代码到安卓平台文字大小没有变化?

bug
Android
uni 组件

一款跟好用的大姨妈记录 app https://guimiquan.cn ![1831702430568_ pic](https://github.com/user-attachments/assets/b698a745-43eb-4c45-aac1-9f4d49080698) ![1841702430573_ pic](https://github.com/user-attachments/assets/02b84d04-0d56-4280-b62a-5da211a0588f) ![1851702430576_ pic](https://github.com/user-attachments/assets/2c49a919-0de8-478c-b8cb-93af769aeb6f) ![dayima_qrcode](https://github.com/user-attachments/assets/607a0e25-be75-480d-8ad0-0d676c46a044)

优秀案例