Kevin Zhang

Results 6 comments of Kevin Zhang

Simple docx to pdf convert. Use font provider fix it. Copy any `ttf` font from Windows `c:/Windows/Fonts` to `src/main/resources` ``` XWPFDocument document = new XWPFDocument(file); PdfOptions options = PdfOptions.create(); options.fontProvider(new...

直接用 pattern 正则表达式验证,使用 pattern 后会忽略 type 验证

required 和 pattern 可以同时使用 `{ required: true, message: '这是必填项', trigger: 'blur', pattern: /^.*$/ }`

今天下载的时候也发现,参数好像反了

什么是多页面插件?

提供更多信息以定位问题,包括但不限于 - 系统环境 - NodeJS 版本号 - 如何初始化的项目 - 执行 vue add vux 之前能否正常工作?