index.js 194 Bytes
import commonFunctions from '~/mixin/commonFunctions.js';
import Api from '~/service/Api';

export default {
	mixins: [commonFunctions],
	methods: {
        async getOwnref(){

        }
    }
}