Luxel Tao
Luxel Tao
Thank you for the reply! 1. It's doing some math computations,in fact we're getting return result from Python functions. 2. The Python code is returning a map object. Unfortunately we...
当有的一行代码在输出到word之后,实际可能会排版成2~3行,所以造成我们输出3000行代码后,实际的word文件排版会超过60页。请问这种情况在当前commit是否能支持?
好的,这个功能可以做成一个可选项不?
+1 the same issue. We just used a workaround: ``` chainWebpack: (config) => { // exclude .lazy.css files from default css rules config.module.rule('css').exclude.store = [/\.lazy\.css$/] config.module .rule('lazy-css') .test(/\.lazy\.css$/) .use('vue-style-loader') .loader('vue-style-loader')...