正解は.stopです。@click.stop="doSomething"のように記述すると、event.stopPropagation()と同様の効果を得られます。他にも.prevent(デフォルト挙動の抑止)や.once(一度だけ実行)などがあります。