diff options
author | Zero~Informatique | 2020-02-12 21:25:07 +0100 |
---|---|---|
committer | Notkea | 2020-02-12 21:44:51 +0100 |
commit | af4660b4c4fea455dfffbf2d966bae425ed6effb (patch) | |
tree | d0767971137faa81380a50661c47b848b10ccc5b /viewer/src/components | |
parent | d2b06df90fd1e8f6b89c49704150de45aee92b51 (diff) | |
download | ldgallery-af4660b4c4fea455dfffbf2d966bae425ed6effb.tar.gz |
viewer: project configuration - eof-last enforced
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdKeyPress.vue | 2 | ||||
-rw-r--r-- | viewer/src/components/index.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/components/LdKeyPress.vue b/viewer/src/components/LdKeyPress.vue index 8276607..c507b33 100644 --- a/viewer/src/components/LdKeyPress.vue +++ b/viewer/src/components/LdKeyPress.vue | |||
@@ -46,4 +46,4 @@ export default class LdKeyPress extends Vue { | |||
46 | return e; | 46 | return e; |
47 | } | 47 | } |
48 | } | 48 | } |
49 | </script> \ No newline at end of file | 49 | </script> |
diff --git a/viewer/src/components/index.ts b/viewer/src/components/index.ts index 8e73274..ef55489 100644 --- a/viewer/src/components/index.ts +++ b/viewer/src/components/index.ts | |||
@@ -38,4 +38,4 @@ requireComponent.keys().forEach(fileName => { | |||
38 | // otherwise fall back to module's root. | 38 | // otherwise fall back to module's root. |
39 | componentConfig.default ?? componentConfig | 39 | componentConfig.default ?? componentConfig |
40 | ) | 40 | ) |
41 | }) \ No newline at end of file | 41 | }) |