chore: rename use-relation

This commit is contained in:
chenjiahan
2020-09-22 20:29:14 +08:00
parent 882e3ef5e7
commit 053006de52
15 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { computed, nextTick, onMounted, reactive } from 'vue';
import { SWIPE_KEY } from '../swipe';
import { createNamespace } from '../utils';
import { useParent } from '../composition/use-relation';
import { useParent } from '../composition/use-parent';
const [createComponent, bem] = createNamespace('swipe-item');