Miaoxingren

Results 3 issues of Miaoxingren

I want to disable swiping on specifing elements by css class. Maybe Option like `no-swiping-class`.

How to open the terminal in the given directory via context menu. Like this: ![Terminal](https://i.github-camo.com/115a7ea766b1b87f75c7bff698afe2474c2e76ad/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f626c7565696d702f61746f6d2d6f70656e2d7465726d696e616c2d686572652f6d61737465722f73637265656e73686f742e706e67)

eslint failed at this: ```js const loadComp = name => import(`components/${name}/${name}.vue`) ``` Error log: ``` e:\lib_project\test-nuxt-eslint>npm run lint > [email protected] lint e:\lib_project\test-nuxt-eslint > eslint --ext .js,.vue --ignore-path .gitignore . TypeError:...