Florens Verschelde
Florens Verschelde
I can fix the `[Vue warn]: Failed to resolve component: VMenu` by using the component that I suspect this is using implicitly: https://floating-vue.starpad.dev/guide/component#hover-menu The component is exported as `Menu` from...
Not relevant, comment was based on incorrect assumption One behavior change not listed in the TODO section for this PR: Currently, method access with `__call` is case-insensitive: 1. All `'fieldMethods'`...
@bastianallgeier Ha! I did not know that. 😅
Hmm maybe using a mix of: 1. Frontmatter to define the name or path of an asset to load. 2. Vite glob imports to pre-load all the necessary assets. 3....
Looks like this docs example uses the `context.assets` array in `transformHead`, which works if you're sure assets won't have similar names: https://vitepress.dev/guide/extending-default-theme#using-different-fonts