-
-
Notifications
You must be signed in to change notification settings - Fork 31
How to trigger by ref's dom node $state.complete() #57
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
Comments
the |
I need to request two api, one api interface is used to get the data, one api is to get the system configuration, the load function contains the api to get the data, get the system configuration I onmounted life cycle in vue, there are other functions to call the api parameters, I want to call the api when the parameters are empty when getting the system configuration api complete |
Same issue. I have a list that varies in length depending on the filter. I change the length of the list, but there is no reaction because i called $state.complete() before. The infinite event no longer works. There's no way to change the state from 'complete' to 'loading'. |
Thank you, bro! I have solved my problem. I should have been careful to read the document. You are very kind. |
How to trigger by ref's dom node $state.complete()
The text was updated successfully, but these errors were encountered: