-
[Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'catch')"
TypeError: Cannot read properties of undefined (reading 'catch') at PDFJSWrapper.renderPage (pa…
-
-
Here is my code in `vue.config.js`, which is used by vue cli 3.0:
```
module.exports = {
chainWebpack: config => {
config.module
.rule("pdf")
.test(/\.pdf/)
.use("")
…
-
-
How do I get a working search field? Is it possible?
How about text selection?
Mik-A updated
3 years ago
-
How to Disable or Resolve these following warnings in console?
- undefined function 22 and 32
![image](https://user-images.githubusercontent.com/52946081/73325362-37107680-4289-11ea-9329-ab…
-
vue版本:如vue@3
打包工具及版本:如 "vite": "^4.2.1",
"@vue-office/docx": "^1.6.0",
"@vue-office/excel": "^1.7.3",
"@vue-office/pdf": "^2.0.0",
打包后报错
```
ReferenceError: Cannot access …
czkm updated
6 months ago
-
Vue-pdf v4.0.7
Vue v2.6.10
Problem on mac, but not on linux system.
One specific pdf gives a blank canvas, no problems with other pdfs, they are all showing.
-
## 相关环境信息
- **qiankun 版本**:2.4.3
- **浏览器版本**:Google Chrome 94.0.4606.81
- **操作系统**:Windows 11 家庭中文版
- **vue-pdf版本**:4.1.0
- **问题现象**:Error: Failed to resolve async component default: SecurityEr…
-
I used table in pdf-content slot and when I generate the pdf, its all blank.
```
```