An open API service indexing awesome lists of open source software.

https://github.com/plortinus/how-to-preview-pdf-within-vue-project

如何在Vue项目中使用pdf.js进行pdf文件预览
https://github.com/plortinus/how-to-preview-pdf-within-vue-project

Last synced: about 2 months ago
JSON representation

如何在Vue项目中使用pdf.js进行pdf文件预览

Awesome Lists containing this project

README

        

# how-to-preview-pdf-within-vue-project

如何在Vue项目中使用pdf.js进行pdf预览代码

```html



import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'app',
components: {
HelloWorld
},
data () {
return {
baseUrl: process.env.BASE_URL
}
}
}

```