Prettier format all js files

This commit is contained in:
George Drummond
2019-01-24 09:38:43 -05:00
parent 20604e6ca9
commit 619bc9fe59
32 changed files with 553 additions and 443 deletions

View File

@@ -7,7 +7,7 @@ export default {
cancel_btn_text: String,
confirm_btn_text: String,
confirm_msg: String,
csrf_token: String
csrf_token: String,
},
template: `
@@ -28,5 +28,5 @@ export default {
</template>
<button class="tooltip-target" type="button">{{ btn_text }}</button>
</v-popover>
`
`,
}