Try some more changes

This commit is contained in:
Dane Everitt 2018-12-29 17:00:50 -08:00
parent e6502a3713
commit 96468ab4b3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
35 changed files with 48 additions and 47 deletions

View file

@ -22,7 +22,7 @@
</div>
</template>
<script>
<script lang="ts">
import Status from '../../../helpers/statuses';
import { Socketio } from '../../../mixins/socketio/index';
import { mapState } from 'vuex';

View file

@ -11,7 +11,7 @@
</div>
</template>
<script>
<script lang="ts">
export default {
name: 'progress-bar',
props: {

View file

@ -35,7 +35,7 @@
</div>
</template>
<script>
<script lang="ts">
import MessageBox from '../../../MessageBox';
import get from 'lodash/get';

View file

@ -41,7 +41,7 @@
</div>
</template>
<script>
<script lang="ts">
import { LockIcon, Trash2Icon, DatabaseIcon } from 'vue-feather-icons';
import Modal from '../../../core/Modal';
import DeleteDatabaseModal from './DeleteDatabaseModal';

View file

@ -18,7 +18,7 @@
</div>
</template>
<script>
<script lang="ts">
export default {
name: 'delete-database-modal',
props: {

View file

@ -51,7 +51,7 @@
</div>
</template>
<script>
<script lang="ts">
import { CopyIcon, CornerUpLeftIcon, DeleteIcon, DownloadIcon, Edit3Icon, FilePlusIcon, FolderPlusIcon } from 'vue-feather-icons';
export default {

View file

@ -14,7 +14,7 @@
</div>
</template>
<script>
<script lang="ts">
import * as Helpers from '../../../../helpers/index';
import { FileTextIcon, Link2Icon } from 'vue-feather-icons';
import FileManagerContextMenu from './FileManagerContextMenu';

View file

@ -14,7 +14,7 @@
</div>
</template>
<script>
<script lang="ts">
import { FolderIcon } from 'vue-feather-icons';
import { formatDate } from '../../../../helpers/index';