+ :event-parent-id="_uid"
+ @load="loaded()"
+ />
-
\ No newline at end of file
+ }, true);
+ } catch (e) {
+ // Cross-origin restrictions may prevent access to iframe content
+ // eslint-disable-next-line no-console
+ console.warn("Could not setup button click listener in iframe:", e.message);
+ }
+ },
+ },
+};
+