now there is a list page, and the list is searchable, and the results are displayed after the search. Because except for the data source, the search result page and the list page are exactly the same, so can you reuse the same component by binding different data sources? now there are two components, the results page component and the list page component are all the same except for different data sources. I feel that the code repeats too much, so I wonder if it can be reused. But because I am a novice to vue, I still can"t check a lot of information, so I"d like to ask God for advice. Thank you very much!
this is the list page before searching:
:
:
: