-
# Vue version
2.7.7
# Step to reproduce
```
PS D:\dev\> npm create vue@2 vue-minimal
Vue.js - The Progressive JavaScript Framework
√ Add TypeScript? ... No / Yes
√ Add JSX Support? ..…
-
### Rollup Version
3.19.1
### Node Version (if applicable)
16.19.0
### Expected Behaviour
Changing files rebuild the package again
### Command
```shell
rollup --bundleConfigAsCjs -c -w
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Hello, do you have type files for typescript?
I'm getting this error `Property 'notification' does not exist on type 'VueConstructor'` when I trying to show a notification like this:
`Vue.notific…
-
The same error occured within Vue.Draggabel for vue 2 as you can see in this issue:
https://github.com/SortableJS/Vue.Draggable/issues/647
It was fixed in Version 2.22.0 but seem to appear in ve…
-
At present, the cooperation between vue template and TypeScript is not perfect. The development of `@vuedx` is currently stalled. We can add a template-vue-jsx-ts first. Let everyone experience the de…
-
```js
// app/web/framework/app.ts
import 'normalize.css';
```
```bash
2020-03-11 17:47:29,461 ERROR 58250 [admin/home.js] server render bundle error, try client render, the server render er…
-
### Describe the bug
When using scroll-height="flex" in DataTable, it does not show all the rows correctly initially. Once you make changes to the code or open Chrome develop tools, then it display…
-
When following "Basic usage" README section of VueAnnouncer v3.1.2 in a typescript Vue 3 project the below error occurs when installing the plugin using:
```
createApp(App)
.use(VueAnnouncer)
``…
-
### Describe the bug
It seems like `DataView` component does wrong thing trying to take `props.value.slice(first)` to render entries. By doing go, this component effective forces user to represent da…