'Can I access Vue.js Option API methods in a Phaser Scene function (i.e. created or update)?

I am using Vue.js and Phaser (using https://github.com/proyecto26/ion-phaser). When defining the SceneCreateCallback functions I have access to this which is the Scene. In Vue.js I am using this to access Vue.js Option API defined methods.

How can I access the Vue instance in a Phaser Scene?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source