<template> <aui-pdf :src="pdfSrc" :css="pdfCss" :rootPath="root" :port="port" :allowFullScreen="allowFullScreen"> </aui-pdf> </template> <script> export default { data() { return { pdfSrc:this.$withBase('/LoveDeath+Robot.pdf'), pdfCss: 'width:50%;height:600px', root:'testrootpath', port:'53202', allowFullScreen:true } }, } </script>
Pagination 分页 Popover 弹出框