Question related to "RouterOS bridge mysteries explained"

So if I issue my Router these command

/ip add add interface=ether2 address=192.168.1.254
/interface vlan add vlan-id=10 interface=ether2

Say I have a switch connected to my Router that sends tagged frames with vlan id 10, when my router receives the frames and sends the reply to the switch, does my router tags the frame it about to send to the switch with vlan id 10 or is it the switch’s duty to tag the reply coming from my router?