But when user click Take button, and if all success, button is still active his.$forceUpdate(); not working. And i need make when user click Take button, and if all success, make this button disabled.
@artyak It’s not really possible to say without seeing the rest of your component, or what this.$forceUpdate() is doing. You don’t really want to be doing actions in computed properties; computed properties should just return a value only.