-
引入一个VUE组件
import test from './test.vue'
调用组件
编译微信小程序报错
[plugin:uni:mp-using-component] Expected ',' or '}' after property value in JSON at position 25
相关版本,为什么我明明说是升级到正式版结果是升级到a…
-
### 描述问题
当前Vue - Official 最新版为 v2.0.28,目前仅此版本出现如图问题,低于此版本均正常,tsconfig.json 中已按照文档所述修改
![image](https://github.com/user-attachments/assets/31600efc-f032-4c3a-9550-8414c778fd66)
### 复现
1. …
-
# Bug report(问题描述)
pnpm dev:app 报错
## Steps to reproduce(问题复现步骤)
## System Info
使用的是vscode的base的模版
-
### 描述问题
**Type 'Preset' is not assignable to type 'PresetOrFactory | PresetOrFactory[]'.**
Type 'import("/Users/jocs/Projects/hna/uniapph5/node_modules/.pnpm/@unocss+core@0.58.5/node_modules/@uno…
-
### What happened?
### What did you expect to happen?
I am using the douyin mini program, the login is successful.Than,i want to sent message, it prompts that the socket has been closed.
…
-
"dependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "^17.6.3",
"@dcloudio/uni-app": "3.0.0-3080320230526001",
"@dcloudio/uni-app-p…
-
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10企业版
HBuilderX类型: 正式
第三方开发者工具版本号: 3.12.1
基础库版本号: 3.190.255-rc
项目创建方式: CLI
CLI版本号: 2.0.0-24220191115006
```
//父组件
imp…
-
**问题描述**
我在CLI创建的项目里添加了 eslint,但是如果用HbuilderX来打开项目 并选择“运行到小程序模拟器”时回报错,但是直接运行 yarn dev:mp-weixin 时却不会
**复现步骤**
添加的开发依赖
```
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.5.7",
"@vu…
-
微信原生项目转头条小程序,框架报错,业务项目中并没有使用 nextTick api
![image](https://github.com/eleme/morjs/assets/14071914/5d514877-538c-4bf4-b032-7dad899aeddc)
difineConfig配置
```
{
name: 'toutiao-miniprogram',
…
-
操作系统win10 x64
开发工具 vscode
typescript 3.9.9
nodejs v14.15.0
执行以下命令生成的小程序代码,没有报错
```
PS D:\project\uniapp> npm run dev:mp-weixin
> uniapp@0.1.0 dev:mp-weixin
> cross-env NODE_ENV=development …