Results 208 comments of _Kerman

The behavior of ``'s src attribute in Slidev markdown should be the same as in an ordinary Vue component. It is recommended to use a relative path for ``'s src...

Are you still having this issue with the latest vue and latest language tools versions (`v2.0.28`)?

How about move `global-bottom.vue` to `layouts/slide-bottom.vue` (a slide layer, described in https://sli.dev/features/global-layers)? Global layers are considered singleton, which may cause problems when exporting. Or try the following code instead: ```ts...

> I still found a bit weird that `currentSlideNo` from `useNav()` is not working the same way as the one from `$nav` 🤔 What's your opinion? In fact, this has...

Theoretically, this should not error. Have you tried deleting `node_modules` and re-install the package?

Could you help resolve the merge conflicts? And the preview images seem to contain your company logo. It could be better if you can remove the logo.

This is very useful when the title of the page is determined by the route params/given by the path loader. A possible workaround is to patch the `description` or `title`...

Sorry, I can't open the example 🥺

Does this also happen when accessing `localhost:3030` directly in your browser?

I am afraid that I can't reproduce the problem. Could you please create a reproduction on https://sli.dev/new?