Skip to content

Commit

Permalink
Update print.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
titembaatar authored Dec 28, 2021
1 parent 3dd1e6c commit 324e037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/print.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ import { mapState, mapGetters } from 'vuex';
import svgPattern from '~/components/svgPattern.vue';
export default {
components: { svgPattern },
components: { svgPocket, svgPattern },
data() {
return {
}
Expand Down Expand Up @@ -314,4 +314,4 @@ export default {
max-height: 50mm;
margin: auto;
}
</style>
</style>

0 comments on commit 324e037

Please sign in to comment.