aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdKeyPress.vue
diff options
context:
space:
mode:
authorZero~Informatique2021-07-02 22:53:16 +0200
committerZero~Informatique2021-07-03 00:05:22 +0200
commit9165cc1efcf7791f78b61b2c51a9de651b1b09aa (patch)
tree111cfdc74ddaf7b19ff27508f16ab84694b27670 /viewer/src/components/LdKeyPress.vue
parent08ac32103fb5f8cca1861267dfd07a7c0d2faf62 (diff)
downloadldgallery-9165cc1efcf7791f78b61b2c51a9de651b1b09aa.tar.gz
viewer: types normalization - gallery.d.ts
GitHub: closes #301
Diffstat (limited to 'viewer/src/components/LdKeyPress.vue')
-rw-r--r--viewer/src/components/LdKeyPress.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdKeyPress.vue b/viewer/src/components/LdKeyPress.vue
index c507b33..151d6c6 100644
--- a/viewer/src/components/LdKeyPress.vue
+++ b/viewer/src/components/LdKeyPress.vue
@@ -18,7 +18,7 @@
18--> 18-->
19 19
20<script lang="ts"> 20<script lang="ts">
21import { Component, Vue, Prop, Emit } from "vue-property-decorator"; 21import { Component, Emit, Prop, Vue } from "vue-property-decorator";
22 22
23@Component 23@Component
24export default class LdKeyPress extends Vue { 24export default class LdKeyPress extends Vue {