# Basic Usage
<vac :end-time="new Date().getTime() + 10000">
<span
slot="process"
slot-scope="{ timeObj }">
{{ timeObj.ceil.s }}
</span>
<span slot="finish">Done!</span>
</vac>
<vac :end-time="new Date().getTime() + 10000">
<span
slot="process"
slot-scope="{ timeObj }">
{{ timeObj.ceil.s }}
</span>
<span slot="finish">Done!</span>
</vac>