Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Rename 'components/DataViewShare.vue' to 'components/index/_shared/Da…
Browse files Browse the repository at this point in the history
…taView/Share.vue'
  • Loading branch information
nard-tech committed Aug 22, 2020
1 parent 199be7f commit 7b3719d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/index/_shared/DataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>
</div>

<data-view-share
<share
v-if="this.$route.query.embed != 'true'"
:title="title"
:title-id="titleId"
Expand All @@ -81,12 +81,12 @@
import Vue from 'vue'
import { MetaInfo } from 'vue-meta'
import DataViewShare from '@/components/DataViewShare.vue'
import ExpantionPanel from '@/components/index/_shared/DataView/ExpantionPanel.vue'
import Share from '@/components/index/_shared/DataView/Share.vue'
import { convertDatetimeToISO8601Format } from '@/utils/formatDate'
export default Vue.extend({
components: { ExpantionPanel, DataViewShare },
components: { ExpantionPanel, Share },
props: {
title: {
type: String,
Expand Down
File renamed without changes.

0 comments on commit 7b3719d

Please sign in to comment.