How to use the vuex.engine function in vuex

To help you get started, we’ve selected a few vuex examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Eyot424 / blocks / src / pages / show / store / actions.js View on Github external
submitForm ({commit}) {
    	console.log(vuex.engine);
    	var $ref = vuex.engine.$ref;
    	commit(types.GET_SUBMIT_FORM_DATA);
    },
    getSelectedDataSource({commit},value) {
github Eyot424 / blocks / src / pages / show / store / actions.js View on Github external
submitForm ({commit}) {
    	console.log(vuex.engine);
    	var $ref = vuex.engine.$ref;
    	commit(types.GET_SUBMIT_FORM_DATA);
    },
    getSelectedDataSource({commit},value) {
github Eyot424 / blocks / src / pages / show / showPage.vue View on Github external
mounted(){
            vuex.engine = this.$refs.engine;
        },
        data: function () {