Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sharing with the plugin vuex-orm-localforage #56

Closed
UseMuse opened this issue Jul 11, 2019 · 2 comments
Closed

sharing with the plugin vuex-orm-localforage #56

UseMuse opened this issue Jul 11, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@UseMuse
Copy link

UseMuse commented Jul 11, 2019

I want to use plugin-axios plugin with vuex-orm-localforage plugin

Plugin-axios plugin has methods of the same name with plugin vuex-orm-localforage

eg:

1. plugin-axios:

Model Methods

import User from '../models/User';

/**
 * @uri `/users`
 */
User.$fetch();

2. vuex-orm-localforage

import User from '../models/User';


/*
 Load data from the IndexedDB store associated to a model and persist them in the Vuex Store
 */
User.$fetch();

For plugin plugin-axios сhanging method name in methodConf does not work

@kiaking kiaking added the enhancement New feature or request label Jul 23, 2019
@kiaking
Copy link
Member

kiaking commented Jul 23, 2019

@UseMuse Uhh... yeah this is a problem. Currently, we are trying to change the method name for the plugins. Please give us time. We need to have some serious discussion.

@UseMuse
Copy link
Author

UseMuse commented Sep 7, 2019

@kiaking solution to the problem here sharing with the plugin plugin-axios

@UseMuse UseMuse closed this as completed Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants