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, isDef, addUnit, isPromise } from '../utils';
import { scrollLeftTo, scrollTopTo } from './utils';
import { route } from '../utils/router';
import { route } from '../composition/use-route';
import { isHidden } from '../utils/dom/style';
import { on, off } from '../utils/dom/event';
import { BORDER_TOP_BOTTOM } from '../utils/constant';