-
Do you have any plans to add next version compatibile with Chart.Js@next(3.0)?
-
I get an error when I try to use a hook with a component
```
tippy() was passed a plain object which is not supported as an argument for virtual positioning. Use props.getReferenceClientRect instead…
-
Currently this buildpack is broken on the Heroku-20 stack, builds fail with the following error:
```
-----> Stack changed, will rebuild
-----> Fetching Erlang 23.1.1
-----> Installing Erlang 23.1.…
-
## Feature request
### Description
enhanceApp.js, I can install `ElementUI` by
```js
export default ({ Vue, options, router }) => {
Vue.use(Element);
};
```
But I can't use `Vue.ins…
-
## Feature request
#### What problem does this feature solve?
I have started use this theme, but in some cases adblock blocks ads from this theme
http://r.analytic.press/?orig=
and some others
…
-
ghost updated
3 years ago
-
## Bug report
https://github.com/vuepress/vuepress-next/blob/607112cd2d8b9536554296470eba20e9e181e661/packages/%40vuepress/theme-default/src/types/options.ts#L2
The `DefaultThemeOpti…
-
TypeScript files should be splitted from the Vue SFCs.
- It improves GitHub's ability to see how much TypeScript is used.
- It allows to run external code inspection tools on the resulting `.ts` f…
-
It's reason for
```
const { stdout } = await execa(
'git',
['-P', 'shortlog', '-nes', '--', filePath],
{
cwd,
stdin: 'inherit',
}
)
```
[https://github.com…
-
### Question
I would like to ask when the theme-related documents can be finished. In vuepress1.0, I can modify palette.styl to justify default style, but in vuepress-next, the palette file is remove…