diff --git a/packages/card/index.js b/packages/card/index.js index e208e532f..0ed7ad44f 100644 --- a/packages/card/index.js +++ b/packages/card/index.js @@ -1,4 +1,5 @@ import { use, isDef } from '../utils'; +import { inherit } from '../utils/functional'; import Tag from '../tag'; const [sfc, bem] = use('card'); @@ -68,7 +69,7 @@ function Card(h, props, slots, ctx) { ); return ( -