對使用vue 非常陌生,我只是遇到了一個簡單的問題,如何根據文件訪問vue3-carousel 提供的API:https://ismail9k.github.io/vue3-carousel/getting-started.html
在API部分下,函式庫提供了一些方法,例如我想使用文件提供的slideTo(index: number)方法來在第二個專案而不是預設的第一個專案上啟動輪播。
在內部,vue3-carousel使用組合API中的expose方法,該方法透過模板引用公開組件實例上的屬性/方法。
to beginning sssccc
在內部,vue3-carousel使用組合API中的expose方法,該方法透過模板引用公開組件實例上的屬性/方法。