It encapsulates a page jump method, but why can't that method be executed on the view? Please wait for guidance online. Thank you
This is the action I did on the view @click="open" is to jump. The links to jump are all in the item, and the item is also included. Other data, data passed to another page, I don’t know why the open method cannot be executedThis is an encapsulated component
@click='open'
=>@click='open()'
, panic, is this the right answer?