chore: rename vShow to v-show
This commit is contained in:
@@ -173,8 +173,8 @@ export default createComponent({
|
||||
const { color, wrapable, background } = props;
|
||||
return (
|
||||
<div
|
||||
v-show={state.show}
|
||||
role="alert"
|
||||
vShow={state.show}
|
||||
class={bem({ wrapable })}
|
||||
style={{ color, background }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user