yuuk
yuuk
Such a json data,how to loop them? ``` @include('./include/page-side.html',{ "title": "title", "subTitle": "subtitle", "menu": [{ "name": "name a", "src": "a.html" },{ "name": "name b", "src": "b.html" },{ "name": "name c",...
I used gulp-file-include simply with browserSync in my project. The code is like that: `gulp.task('fileinclude', function() { gulp.src('./html/*.html') .pipe(plugins.fileInclude({ prefix: '@@', basepath: './html/' })) .pipe(gulp.dest('./')) .pipe(browserSync.stream()); }); ` It works!...
### Check that this is really a bug - [x] I confirm ### Reproduction link https://codesandbox.io/s/swiper-with-image-and-video-xzt835?file=/index.html ### Bug description I have a swiper with image slide and video slide, the...
微信小程序的图片预览截图。 
 The online example works well, I use the same config doesn't work, I don't know why. version: 2.5.14
项目里面没有使用 !visible 的 className,为啥生成出来的文件会出现 .\!visible 的类名 
有联系方式吗,交流一下~~~
## 🐛 Bug Report Our project is undergoing pressure testing in docker container by JMeter, when the concurrent count is high, the following error will occur, But the directory is...
# 介绍 当你在阅读英文文档时是否会遇到不认识的单词?可能你会使用翻译工具来查询翻译, 但下次阅读到同一个单词你可能还是不认识,单词收藏助手在这种需求背景下诞生了。 单词收藏助手是一款帮你收藏单词的浏览器扩展程序,当你在遇到不认识的单词时收藏起来, 创建属于自己的词库,配合微信小程序,利用碎片时间打开微信小程序学习。 # 工具地址 Chrome 插件:[单词收藏助手](https://chromewebstore.google.com/detail/%E5%8D%95%E8%AF%8D%E6%94%B6%E8%97%8F%E5%8A%A9%E6%89%8B-%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91-%E6%94%B6%E8%97%8F%E5%8D%95%E8%AF%8D/hlchmmedadpbeefeikleobfgjdieclho) 微信小程序:搜索【背单词小助手】 # 使用截图     
## Rollup Plugin Name: `plugin-replace` This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...