-
- Laravel Mix Version: 1.4.5 (`npm list --depth=0`)
- Node Version (`node -v`): 8.2.1
- NPM Version (`npm -v`): 5.3.0
- OS: ubuntu 16 & apache on cloud9
- Laravel: 5.4
### Description:
Hi …
-
**Repro**
Just set `typescript/prefer-namespace-keyword` rule and execute linter.
```JSON
{
"rules": {
"typescript/prefer-namespace-keyword": "error"
}
}
```
**Expected Result**
…
iwata updated
5 years ago
-
タスク管理アプリと言えば、D&Dで並び替えできるのが普通なので実装したい。vuedraggableというライブラリがVue.js v2以降でも使えるようなので導入する。
- [vuedraggable - npm](https://www.npmjs.com/package/vuedraggable)
-
I've used this template, generated app. In dev mode everything works ok. But If I build the app I get this:
package.json:
```json
{
"name": "metod-admin",
"version": "1.0.0",
"desc…
-
`
"vue": "^1.0.26",
"vuedraggable": "^1.0.9"
`
This example:
https://jsfiddle.net/j6mdt645/
-
### Version
3.4.1
### Reproduction link
[https://npmjs.com/advisories/786](https://npmjs.com/advisories/786)
### Environment info
```
System:
OS: macOS 10.14.3
CPU: (8) x64 Intel…
-
I already tried using` :move=""` attribute but without success.
-
Hi,
how to add a component like [Vue-draggble](https://github.com/SortableJS/Vue.Draggable)
thank you for the help.
-
This could behave similarly to the `` component in [vuedraggable](https://github.com/SortableJS/Vue.Draggable) Where there is one component with a slot for it's children, which have been iterated usin…
-
**Describe the bug**
Hello! Thanks a lot to your for providing this plugin.
I tried to migrate my project from electron-webpack to vue-cli-plugin-electron-builder cause HMR is broken in electron…