Snack SDK integration with VUEJS

danielmeloalencar/vue-monaco-expo-snack-sdk: Vue / Monaco / Expo Snack SDK integration (github.com)

I managed to integrate the Snack SDK with VueJS, but I couldn’t use the webPreviewURL, it always returns undefined.

  const { webPreviewURL } = this.snack.getState();
              this.webPreviewURL=webPreviewURL;

I’ve seen the example made in ReactJS, but I still haven’t been able to reproduce it in VueJS.
Can someone help me?

Someone, please?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.