mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user