FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
assets
/
js
/
backend
/
mixins
Edit File: stashMixin.js
export default { data () { return {} }, methods: { updateStashEntities (config) { if (this.$root.settings.activation.stash) { this.$http.post(this.$root.getAjaxUrl + '/stash', config).then(response => {}) } } } }
Save
Back