@ -25,6 +25,9 @@ export default {
activeIcon: null,
};
},
created() {
this.activeIcon = window.showStakeText ? 'Vector' : null;
methods: {
handleClick(type) {
this.activeIcon = this.activeIcon === type ? null : type;