echo explode('-', (explode('/', $page)[3]))[2];
preg_match('~colors\-is\-(\w+)~', $page, $match);
echo $match[1];
<div>
<textarea ref="textarea"></textarea>
<span></span>
</div>
this.$refs.textarea
Можно ли как-то залочить кнопку после первого клика?