Skip to content

Commit

Permalink
lint対応
Browse files Browse the repository at this point in the history
  • Loading branch information
yubachiri committed Mar 9, 2020
1 parent 5c1a40a commit a519c9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/PrinterButton.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<template>
<div :class="wrapperClass">
<div class="PrinterButton">
<v-btn
outlined
color="#00a040"
href="/print/flow"
target="_blank"
>
<v-btn outlined color="#00a040" href="/print/flow" target="_blank">
<div class="PrinterButton-PrinterIcon">
<PrinterIcon />
</div>
Expand Down

0 comments on commit a519c9e

Please sign in to comment.