Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit e135af0

Browse files
committed
fix: AtCard #87
1 parent 57f9973 commit e135af0

File tree

1 file changed

+1
-1
lines changed
  • packages/taro-ui-vue/src/components/card

1 file changed

+1
-1
lines changed

packages/taro-ui-vue/src/components/card/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<view class="rootClass" @tap="handleClick">
2+
<view :class="rootClass" @tap="handleClick">
33
<view class="at-card__header">
44
<view v-if="thumb" class="at-card__header-thumb">
55
<image

0 commit comments

Comments
 (0)