-
I call it like this:
```
gulp.src(path.join(options.src, '/app/**/*.scss'))
.pipe($.sassLint({
options: {
formatter: 'checkstyle',
'output-file': 'checkstyle-scss.xml'
}
}))
…
-
### 相关平台
微信小程序
**小程序基础库: 2.17.3**
**使用框架: React**
### 复现步骤
打开直接编译
### 期望结果
正常运行
### 实际结果
TypeError: Function(...) is not a function
at Object. (vendors.js?t=wechat&s=163005…
-
**问题描述**
我要实现一次只能选择一张图片的效果,但是AtImagePicker组件multiple属性失效,不管我把multiple属性设置成true或者是false都可以同时选择多张。
**复现步骤**
手机预览官网上的Demo没问题,可以实现一次只可以选中一张图片,但是自己写的例子就不行。。
```js
```
**系统信息**
Taro v1.2…
-
Hi i got a project that uses tailwind and when i try to compile the classes using laravel-mix i get the following error:
> `@apply` cannot be used with `.` because `.` either cannot be found, or it…
p-rez updated
5 years ago
-
### 相关平台
微信小程序
**小程序基础库: 最新**
**使用框架: React**
### 复现步骤
小程序插件本身有全页组件和组件两种模式,组件可以当做普通的component来引用。
在Taro 3.x中,引入自定义组件的时候无法获取组件内部trigger出来的事件,造成很多时间捕捉不到。
```
Index.config = {
usingC…
Naico updated
2 years ago
-
### 相关平台
微信小程序
**小程序基础库: 2.7.3**
**使用框架: React**
### 复现步骤
```
// component.jsx
config = {
usingComponents: {
'popup': '/components/vant/popup/index'
}
}
// plugin.js
c…
-
**Do you want to request a *feature* or report a *bug*?**
A bug
**What is the current behavior?**
yarn connot find correct path when run command
**If the current behavior is a bug, please pr…
-
### Describe the problem
I can't remember exactly what causes this (I believe the github release), but when installing a fresh copy of `vite-plugin-stylelint` it is installing the beta version, whi…
-
I am using Laravel and Vue, and to make JSX work, I use the following packages:
``` bash
npm install @babel/plugin-syntax-jsx @vue/babel-plugin-transform-vue-jsx @vue/babel-helper-vue-jsx-merge-pr…
-
~~I cannot seem to get `import-sort-style-module` to work with prettier-standard, likely as it uses prettierx under the hood right? Does anyone have any guidance there to prevent conflicts.~~
This …
tsujp updated
4 years ago