Closed gabriel4649 closed 7 years ago
<book-card v-intro-autostart="true" v-intro-if="index == 0" v-intro="'The content of tooltip'" v-on:remove="removeBook" :book="book"></book-card>
This produces two steps, rather than one as expected.
Never mind. What happens is that v-intro-if must go after v-intro for it to work.
This produces two steps, rather than one as expected.