You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples in the docs show how to setup flicking (and plugins) in an old fashioned way. Personally I would replace them to use the <script setup> syntax, e.g.:
Description
The examples in the docs show how to setup flicking (and plugins) in an old fashioned way. Personally I would replace them to use the
<script setup>
syntax, e.g.:Instead of:
This will be useful especially to everyone new to Vue. It took me some time that a plugin could be setup like this:
Instead of writing this:
The text was updated successfully, but these errors were encountered: