Undo the ts setting in vue components, begin migration to Vue.component setup

This commit is contained in:
Dane Everitt
2018-12-29 19:24:52 -08:00
parent 0e1d35c8a0
commit 6330d6579f
35 changed files with 179 additions and 198 deletions

View File

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

View File

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