value
Description
Optional. Sets the value of a counterUsage
value?: number;
Example
<Counter :value="5" />
Related article: Setting the value
Related sample: Counter
value?: number;
<Counter :value="5" />
Related article: Setting the value
Related sample: Counter