problem description
I wrote some structures as public parts in app.vue . One of the buttons (this button is the public part, which is used by many pages) is bound to @ click= "add", and then this button in the public part is used on the home page and other pages, and each page needs to define the logic of the add () method that clicks this button separately. What should I do?