[improvement] add slide-down class (#2134)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<transition name="van-slide-bottom">
|
||||
<transition name="van-slide-up">
|
||||
<div
|
||||
v-if="shouldRender"
|
||||
v-show="value"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`callback events 1`] = `
|
||||
<div class="van-actionsheet" name="van-slide-bottom">
|
||||
<div class="van-actionsheet" name="van-slide-up">
|
||||
<ul class="van-hairline--bottom">
|
||||
<li class="van-actionsheet__item van-hairline--top"><span class="van-actionsheet__name">Option</span>
|
||||
<!---->
|
||||
|
||||
Reference in New Issue
Block a user