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

@ -24,7 +24,7 @@
</div>
</template>
<script>
<script lang="ts">
import { Terminal } from 'xterm';
import * as TerminalFit from 'xterm/lib/addons/fit/fit';
import {mapState} from 'vuex';

View file

@ -29,7 +29,7 @@
</div>
</template>
<script>
<script lang="ts">
import { DatabaseIcon, LockIcon, Trash2Icon } from 'vue-feather-icons';
import map from 'lodash/map';
import filter from 'lodash/filter';

View file

@ -41,7 +41,7 @@
</div>
</template>
<script>
<script lang="ts">
import map from 'lodash/map';
import { mapState } from 'vuex';
import FileManagerFileRow from '../components/filemanager/FileManagerFileRow';