We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0373e3d commit 4fc7c16Copy full SHA for 4fc7c16
site/src/components/rice/right_bottom_rice.vue
@@ -1,11 +1,6 @@
1
<template>
2
<div id="right-bottom">
3
- <img
4
- v-if="isCN"
5
- width="150"
6
- alt="早早聊 Vue 专场大会"
7
- :src="`https://next.antdv.com/common_rice.png?v=${v}`"
8
- />
+ <img v-if="isCN" width="150" :src="`https://next.antdv.com/common_rice.png?v=${v}`" />
9
<div v-if="isMobile" class="close" @click="visible = false">
10
<close-outlined />
11
</div>
0 commit comments