Skip to content

Commit

Permalink
- include annotationLayer.css from the vue file
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckFreiburger committed Feb 7, 2018
1 parent 3d50b39 commit ec8111e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/componentFactory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import resizeSensor from 'vue-resize-sensor'
import './annotationLayer.css'

export default function(pdfjsWrapper) {

Expand Down
1 change: 1 addition & 0 deletions src/vuePdfNoSss.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<style src="./annotationLayer.css"></style>
<script>
import componentFactory from './componentFactory.js'
Expand Down
1 change: 1 addition & 0 deletions src/vuePdfSss.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<style src="./annotationLayer.css"></style>
<script>
import componentFactory from './componentFactory'
Expand Down

0 comments on commit ec8111e

Please sign in to comment.