Commit c7cd8bdd07908166804714c01e7889c46a49e35f
1 parent
b24be35a
update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/base/notification/notice.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <div :class="classes" :style="styles"> |
4 | 4 | <template v-if="type === 'notice'"> |
5 | 5 | <div :class="contentClasses" ref="content" v-html="content"></div> |
6 | - <div :class="contentWithIcon" ref="content"> | |
6 | + <div :class="contentWithIcon"> | |
7 | 7 | <render-cell |
8 | 8 | :render="renderFunc" |
9 | 9 | ></render-cell> | ... | ... |