Which of the following event modifier should we use to perform the click event only for the one time?
a) <a @:click.passive="dotask"></a>
b) <a @:click.once="dotask"></a>
c) <a @:click.prevent-once="dotask"></a>
d) <a @:click.prevent-once="dotask"></a>