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