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

Commit

Permalink
fix: AtCard #87
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Dec 7, 2020
1 parent 57f9973 commit e135af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-ui-vue/src/components/card/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<view class="rootClass" @tap="handleClick">
<view :class="rootClass" @tap="handleClick">
<view class="at-card__header">
<view v-if="thumb" class="at-card__header-thumb">
<image
Expand Down

0 comments on commit e135af0

Please sign in to comment.