[Improvement] Actionsheet: support lazy render (#1365)

This commit is contained in:
neverland
2018-06-29 20:34:55 +08:00
committed by GitHub
parent 35a28df51f
commit 0afbd92d32
8 changed files with 27 additions and 60 deletions
+1
View File
@@ -5,6 +5,7 @@ test('callback events', () => {
const callback = jest.fn();
const wrapper = mount(Actionsheet, {
propsData: {
value: true,
actions: [
{ name: 'Option', callback },
{ name: 'Option' }