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
@hdoordt Originally the presentation referenced slidev ^0.49.
It seems that at the time slidev 0.49.12 was the current one
This does not work any more.
Since slidev ^0.49.17 we will get an error: Invalid end tag
32 | </CodeBlockWrapper>
| ^
in 2_2-ownership-and-references.md__slidev_22.md (when building or viewing with npm run dev-2_2)
With the current version though (around 51.0.2) the component does not work any more (v-click component not found), whereas
we could try <div v-click></div> instead (the directive). Regarding to Issue #99 will slidev be removed?
Alternatively, should we switch to ^0.49.16 ?
The text was updated successfully, but these errors were encountered:
@hdoordt Originally the presentation referenced slidev
^0.49
.It seems that at the time slidev
0.49.12
was the current oneThis does not work any more.
Since slidev
^0.49.17
we will get an error:Invalid end tag
in 2_2-ownership-and-references.md__slidev_22.md (when building or viewing with
npm run dev-2_2
)With the current version though (around 51.0.2) the component does not work any more (
v-click component not found
), whereaswe could try
<div v-click></div>
instead (the directive). Regarding to Issue #99 will slidev be removed?Alternatively, should we switch to
^0.49.16
?The text was updated successfully, but these errors were encountered: