Patrick Smith fd6b0f9b24 Add vue component for confirmation popover
Have the confirmation popover in a separate Vue component fixes a bug in
IE that was causing the `form` element in the popover to be ignored.

Since `form`s cannot be nested, the `form` element in the popover was
being discarded by IE and the revoke/resend invitation buttons did
nothing.

Breaking the functionality into a Vue component moves the `form` into a
separate template. When the popover is displayed, the component is added
to the DOM at the end, so the `form` is properly not-nested.
2018-11-27 10:22:02 -05:00
..
2018-10-18 09:59:31 -04:00
2018-11-07 12:03:52 -05:00
2018-10-19 10:55:53 -04:00
2018-10-23 14:42:05 -04:00
2018-08-21 11:04:57 -04:00
2018-10-02 12:46:29 -04:00