Skip to content

Commit

Permalink
fix lint: test button translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Shapkarin committed Mar 3, 2021
1 parent 22a8a74 commit 651dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="app">
<button @click="show">Show</button>
<button @click="show">{{ $t('sendBugReport') }}</button>
<MobileNavigation v-if="!$route.meta.fullScreen" />
<div class="not-bootstrap-row">
<div
Expand Down

0 comments on commit 651dddf

Please sign in to comment.