Simon Freytag
Simon Freytag
Thanks! Well spotted. I will fix soon. I was using this code just the other day in my current project at work, it's good that other people keep finding it...
The irony is that this would be the default layout of the bootstrap grid and I had to do some extra work to ensure the sidebar appeared at the bottom!...
@mallim actually me too, so don't worry - this will be controlled via a config flag so you can choose whether it is at the top or bottom.
> I use the TypeScript on success, the following is an example of my address is https://github.com/yaoxfly/vitepress-template Thanks, your repo is a really useful guide for setting up vitepress with...
Based on an idea in #303 I added a custom validator using the browser's URL interface. However this allows URLs of the form `http:www.example.com`. A good compromise seemed to be...
My code with this issue runs fine. I think it might be a tooling problem. JetBrains discusses it here: https://youtrack.jetbrains.com/issue/WEB-60065/Vue3-dynamic-component-type-mismatch-errors-when-using-component-ref-as-is-prop-value And Vue language tools for VSCode here: https://github.com/vuejs/language-tools/issues/3138 https://github.com/vuejs/language-tools/issues/3237 You...