Rename compositions to composables (#508)

* Rename compositions to composables

* Rename test helper, replace some other occurances

* Log error to console
This commit is contained in:
Rijk van Zanten
2020-04-30 10:15:32 -04:00
committed by GitHub
parent 29203790f3
commit e8206b06a2
117 changed files with 160 additions and 161 deletions

View File

@@ -112,10 +112,7 @@
<script lang="ts">
import { defineComponent, PropType, computed, toRefs, Ref } from '@vue/composition-api';
import i18n from '@/lang';
import {
useCustomSelection,
useCustomSelectionMultiple,
} from '@/compositions/use-custom-selection';
import { useCustomSelection, useCustomSelectionMultiple } from '@/composables/use-custom-selection';
type Item = {
text: string;