chore: rename api folder to composition

This commit is contained in:
chenjiahan
2020-08-26 15:32:30 +08:00
parent 216d326158
commit 2ec101f07b
22 changed files with 30 additions and 20 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import { createNamespace, isDef } from '../utils';
import { raf, doubleRaf } from '../utils/dom/raf';
// Composition
import { useParent } from '../api/use-relation';
import { useLazyRender } from '../api/use-lazy-render';
import { useParent } from '../composition/use-relation';
import { useLazyRender } from '../composition/use-lazy-render';
// Components
import Cell from '../cell';