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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
35 changed files with 179 additions and 198 deletions

View file

@ -11,7 +11,7 @@
</transition>
</template>
<script lang="ts">
<script>
import { XIcon } from 'vue-feather-icons';
export default {
name: 'modal',