fis3-demo icon indicating copy to clipboard operation
fis3-demo copied to clipboard

fis3 demo

Results 43 fis3-demo issues
Sort by recently updated
recently updated
newest added

![WechatIMG29](https://user-images.githubusercontent.com/18157644/104408705-943b3000-559f-11eb-8d29-c0ba5c81fa2f.jpeg) deprecate [email protected][email protected] › request@~2.40.0 request has been deprecated, see https://github.com/request/request/issues/3142 deprecate [email protected][email protected][email protected] › natives@^1.1.3 This module relies on Node.js's internals and will break...

![image](https://user-images.githubusercontent.com/26019815/98455777-111ce880-21b0-11eb-8b77-2301a27383c7.png) 如截图,改如何解决?

![image](https://user-images.githubusercontent.com/42951593/46788757-6ede6c80-cd6d-11e8-83b2-3c9b54e8bd9e.png) ![image](https://user-images.githubusercontent.com/42951593/46788780-81f13c80-cd6d-11e8-8aa2-94485013abe0.png)

fis.conf.js 是: fis.match(/^\/less\/([^_]*\.less$)/i, { release: '/content/$1' }); 项目结构如图 https://pic3.zhimg.com/v2-3eccb72f28fefa4d2fa17d2a4d8e1e16_b.png main.less里引入了lib下的两个less文件,希望最后产出到content/main.css文件中,是产出了,但产出的main.css文件内容是这样的: @import lib/_reset.less @import lib/_common.less .header { } .box-main { } 也就是说引入lib下的文件没有给编译成css后植入进来,而是直接把两行代码原封不动的丢了进来

在首页或者组件页面里面添加 `点击弹出 ` , 浏览器警告 [Vue warn]: Failed to resolve directive: on:click , 原生的指令都有问题?

cdn domain的路径经过fis-conf可以正常的替换相对路径,但是对于定义在img标签的data-src自定义属性中,路径不对,中间多了public/images/ 这相对路径部分。是我姿势不对么?

我将js文件release到dist目录下面,seajs.use已经改成dist/my.js,可是seajs包裹后,定义为define('src/my', [], function (require, exports, module) {,这里面的id要怎么改? id不对一直提示错误:business1.html:66 Uncaught TypeError: main is not a function