diff --git a/packages/card/en-US.md b/packages/card/en-US.md
index 28e582a31..69743dbf6 100644
--- a/packages/card/en-US.md
+++ b/packages/card/en-US.md
@@ -63,6 +63,8 @@ Use `slot` to custom content.
|------|------|
| title | Custom title |
| desc | Custom description |
-| tags | Custom tags |
+| num | Custom num |
+| price | Custom price |
| thumb | Custom thumb |
+| tags | Custom tags |
| footer | Custom footer |
diff --git a/packages/card/index.vue b/packages/card/index.vue
index aeb3379a0..1e0fc3203 100644
--- a/packages/card/index.vue
+++ b/packages/card/index.vue
@@ -49,7 +49,7 @@
v-if="isDef(price)"
:class="b('price')"
>
- {{ currency }} {{ price }}
+