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
+1 -1
View File
@@ -1,7 +1,7 @@
// Utils
import { createNamespace, addUnit } from '../utils';
import { BORDER } from '../utils/constant';
import { route, routeProps } from '../utils/router';
import { route, routeProps } from '../composition/use-route';
// Mixins
import { ChildrenMixin } from '../mixins/relation';