Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I wrote an example where the component renders blank #114

Open
Ningyu-y opened this issue Nov 8, 2023 · 0 comments
Open

I wrote an example where the component renders blank #114

Ningyu-y opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ningyu-y
Copy link

Ningyu-y commented Nov 8, 2023

`

<script> import VuePdfApp from "vue-pdf-app"; import "vue-pdf-app/dist/icons/main.css"; export default { components: { VuePdfApp } }; </script> <style scoped> </style>`

`

<script> import Pdfview from "@/components/Pdfview.vue"; export default { name: 'App', components: { Pdfview } } </script> <style> #app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px; } </style>

`

The above is a small test I wrote. The component is not rendered and the page is white.

@Ningyu-y Ningyu-y added the bug Something isn't working label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants