[Improvement] Actionsheet: support lazy render (#1365)
This commit is contained in:
@@ -5,6 +5,7 @@ test('callback events', () => {
|
||||
const callback = jest.fn();
|
||||
const wrapper = mount(Actionsheet, {
|
||||
propsData: {
|
||||
value: true,
|
||||
actions: [
|
||||
{ name: 'Option', callback },
|
||||
{ name: 'Option' }
|
||||
|
||||
Reference in New Issue
Block a user