Skip to content

Commit

Permalink
📌 use @vue-pdf-viewer/viewer instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kittisakLS committed Jul 12, 2024
1 parent 42835cf commit 244ee88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Once the example project is running, you can explore the source code to see how

```javascript
<script>
import { VPdfViewer } from '@vpv/viewer';
import { VPdfViewer } from '@vue-pdf-viewer/viewer';
export default {
components: { VPdfViewer },
data () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vpv/viewer": "link:@vpv/viewer",
"@vue-pdf-viewer/viewer": "latest",
"vue": "^3.2.37"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { VPdfViewer } from "@vpv/viewer"
import { VPdfViewer } from "@vue-pdf-viewer/viewer"
export default {
components: { VPdfViewer },
data () {
Expand Down

0 comments on commit 244ee88

Please sign in to comment.