-
wxml 对 class 的限制很多,比如不能用 [,] ,\,/ 这类符号,我想让用户写的时候可以 w-[100px],然后再打包时,被无感知的替换。
另外 `mpflow` 居然是微信的官方项目,也是很欣喜啊。
-
**问题描述**
(vue3+vite)微信小程序平台下使用page-container组件无效
**复现步骤**
测试代码仓库:https://github.com/TianbinTobin/uni-vue3-test
**预期结果**
![image](https://user-images.githubusercontent.com/16282973/146527241-e…
-
We would need to separate the choice of input and output format. At the moment, the `-wxml` option changes the output format so that it contains the original string enclosed in the `` element, but it …
-
{
"pages":[
"pages/canvas/canvas",
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"n…
-
测试工程:https://github.com/sufuWang/uniapp_vite
有一个文件打包错误,文件地址 dist/build/mp-weixin/pages/test/uni-ec-canvas/uni-ec-canvas.wxml
打包后这个文件有一个语法错误
```html
// 语法错误
```
顺便想问一下,现在是不是已经可以支持 …
-
小程序的那个popup 点击遮罩层关闭不了,点击关闭按钮也没反应,这是bug吗
-
### 设备
安卓机型
### VantWeapp 版本
1.9.2
### 基础库版本
2.21.2
### 请提供核心代码片段链接
https://gitee.com/fzsong3/codes/cp6sdurv2519gxmqlh3kt41
### 描述问题
微信6.0版本开始,在IOS上的中文字体是苹方/PingFangSC,英文字体是SFUIDispla…
-
**如何复现:**
在wxml文件中输入sw直到swiper,全过程中没有补全提示,全部输入完成也不能自动形成标签
请问是没有收录这个标签的原因吗?
**插件运行环境**
- `插件版本`: v2.4.5
- `VSCode版本`:1.63.2
-
@vant\weapp\cell\index.wxml
@vant\weapp\cell\index.js
props: {
formType: String,
icon: String,
classPrefix: {
type: String,
value: 'van-ico…
whlvv updated
2 years ago
-
## Bug描述
设置button extClass属性没有效果
## Code
### xxx.wxml
```
我是内容
```
### xxx.wxss
```
.myClass {
color:red;
background-color:green;
}
```
## 版本信息
useExtend…