[improvement] GoodsAction: subComponents functional (#2730)

This commit is contained in:
neverland
2019-02-13 17:56:19 +08:00
committed by GitHub
parent 4aad9add9c
commit d7c337710c
6 changed files with 67 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
import { use } from '../utils';
import Icon from '../icon';
import Info from '../info';
import { route, routeProps } from '../mixins/router-link';
import { route, routeProps } from '../mixins/router';
const [sfc, bem] = use('tabbar-item');