mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
MessageBox: update animation/add test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="el-message-box__wrapper">
|
||||
<transition name="msgbox-bounce">
|
||||
<transition name="msgbox-fade">
|
||||
<div class="el-message-box" v-show="value">
|
||||
<div class="el-message-box__header" v-if="title !== ''">
|
||||
<div class="el-message-box__title">{{ title }}</div>
|
||||
|
||||
Reference in New Issue
Block a user