@@ -60,7 +60,7 @@ export default {
}
},
created() {
- this.search();
+ if (!this.manualFetch) this.search();
methods: {
async search() {