How to add a module getters in composition api?

前端 未结 0 371
走了就别回头了
走了就别回头了 2021-01-16 15:07

I am using vue 2, installed composition api. How can I add Getters? Usually:

  computed: {
...mapGetters("Auth", ["isLogged"])}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题