breaking change(Popover): adjust trigger default value to click

This commit is contained in:
chenjiahan
2020-11-26 21:18:08 +08:00
parent 52fdf99c69
commit 1699d99272
6 changed files with 62 additions and 18 deletions
+1
View File
@@ -11,6 +11,7 @@ test('should toggle popover when trigger is "click" and the reference element is
const wrapper = mount(Popover, {
props: {
show: true,
trigger: 'manual',
},
slots: {
reference: () => <div class="reference"></div>,