Vue click event call function reported an error

related code:

template:

   

Mar.31,2021

bind a value first and try it in html


there is no problem with binding methods and click events

in addition, the example of the official mapState website is as follows. I wonder if your usage can be used normally


 computed: {
    ...mapState(["loginStore"])
  },

there is a problem

Menu