FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
assets
/
js
/
backend
/
mixins
Edit File: windowMixin.js
export default { data () { return { screenWidth: window.innerWidth } }, mounted () { window.onresize = () => { this.screenWidth = window.innerWidth } } }
Save
Back