FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
assets
/
js
/
frontend
/
mixins
Edit File: googleMixin.js
import imageMixin from '../../common/mixins/imageMixin' export default { mixins: [ imageMixin ], methods: { redirectToGoogleAuthPage () { this.googleLoading = true window.location.href = this.googleAuthURL }, inlineDialogEmployeeSVG () { let $this = this setTimeout(function () { $this.inlineSVG() }, 10) } } }
Save
Back