I am using vue 2, installed composition api. How can I add Getters? Usually:
computed: { ...mapGetters("Auth", ["isLogged"])}