mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
ab5e8465b6
commit
d3657a22a7
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@
|
|||
</template>
|
||||
<script>
|
||||
import { mapState, mapActions } from 'vuex'
|
||||
import { mdiPencil, mdiChevronLeft, mdiChevronRight } from '@mdi/js'
|
||||
import { mdiPencil, mdiChevronLeft, mdiChevronRight, mdiMagnify } from '@mdi/js'
|
||||
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
mdiPencil, mdiChevronRight, mdiChevronLeft,
|
||||
mdiPencil, mdiChevronRight, mdiChevronLeft, mdiMagnify,
|
||||
loading: false,
|
||||
dialog: false,
|
||||
valid: false,
|
||||
|
|
Loading…
Reference in a new issue