3👍
To use this code you should remove two things:
- Remove MockService initialization from the main.js
// Remove this to disable mock API
MockService.init();
- Remove API initialization from the main.js
// API service init
ApiService.init();
- [Vuejs]-What is the typescript type of app in vue 3
- [Vuejs]-Will a computed property stop computing if a dependency is updated during execution?
Source:stackexchange.com