You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Shopify requirement, the appbridge from npm is deprecated and they also required to use CDN version .
From that they require to have the Save Bar shows up and animated when there is edited content, leave page( confirmation modal will not be accepted, only Save Bar) and user is being leave the page.
Currently, we do not have specific support for App Bridge in Vue. However, we are utilizing the Shopify App Bridge CDN in our project. We include the script tag to load it directly from Shopify, as outlined in the Shopify App Bridge documentation, and make use of its APIs and web components.
Hello team,
As Shopify requirement, the appbridge from npm is deprecated and they also required to use CDN version .
From that they require to have the Save Bar shows up and animated when there is edited content, leave page( confirmation modal will not be accepted, only Save Bar) and user is being leave the page.
https://shopify.dev/docs/api/app-bridge-library/apis/save-bar#savebar there will need save bar with leaveConfirmation function trigger.
Is there any supported for this on polaris-vue?
The text was updated successfully, but these errors were encountered: