Viewing File: /home/ubuntu/fansforx_landing_ui/blog/wp-content/plugins/happy-elementor-addons/assets/js/wizard.js

const Counter = {
	data() {
		return {
			screen: 0,
		};
	},
	methods: {
		setTab(screen) {
			this.screen = screen;
		},
	},
};

Vue.createApp(Counter).mount("#wizard-root");
Back to Directory File Manager