我正在尝试加载vue3-burger-menu,但文档仅适用于Options API。另一方面,我使用Composition API,但我有点卡住了。
文档是这样说的:
import { Slide } from 'vue3-burger-menu' // import the CSS transitions you wish to use, in this case we are using `Slide`
export default {
components: {
Slide // Register your component
}
}
但是导出默认值对我不起作用。
那么,如何加载幻灯片?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号