diff options
author | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
commit | 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 (patch) | |
tree | 8eb2c100707123f77ff6980c94e161d6214c648f /viewer/src/components | |
parent | c1e334b883e28381851fca077ff36aee0387b1db (diff) | |
download | ldgallery-89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4.tar.gz |
viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdProposition.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue index b23c14a..9e8d9dd 100644 --- a/viewer/src/components/LdProposition.vue +++ b/viewer/src/components/LdProposition.vue | |||
@@ -13,7 +13,6 @@ | |||
13 | <script lang="ts"> | 13 | <script lang="ts"> |
14 | import { Component, Vue } from "vue-property-decorator"; | 14 | import { Component, Vue } from "vue-property-decorator"; |
15 | import { Operation } from "@/@types/tag/Operation"; | 15 | import { Operation } from "@/@types/tag/Operation"; |
16 | import Gallery from '../views/Gallery.vue'; | ||
17 | 16 | ||
18 | @Component | 17 | @Component |
19 | export default class LdTagInput extends Vue { | 18 | export default class LdTagInput extends Vue { |