yoyoIU
yoyoIU
* Framework7 version: 7.0.6 * Platform and Target: Any browser * Live Link or JSFiddle: https://jsfiddle.net/ro2nmzLk/6/ ### Describe the bug When I use routable tabs, the `beforeEnter` guard isn't called....
Hi everyone, I'm the main maintainer in Vetur now. As you can see, the project has not been updated for a long time. There are many people who are concerned...
- [x] I have searched through existing issues ## Feature Request The new `vscode-css-languageservice` have many new features. Need to do: - [ ] provide `FileSystemProvider` - [ ] provide...
Reason: https://github.com/typescript-eslint/typescript-eslint/issues/2865#issuecomment-742942987 Hi, I'm using `vue-eslint-parser` and `typescript-eslint` in company project. At the same time, I also help to contribute `typescript-eslint` project for fixing vue problems. This problems are only...
``` @require '~@/stylus/support.styl' ``` error: ``` failed to locate @require file ~@/stylus/support.styl ``` `@require '../../stylus/support.styl'` is work. About #74
- [x] Use `TextEdit` to fix #79, because LSP spec write this: ``` The `insertText` is subject to interpretation by the client side. Some tools might not take the string...
### Description Fixed https://github.com/vitejs/vite/issues/4454 Fixed https://github.com/vitejs/vite/issues/3295 We replace asset to base64 for lib mode by default, It can handle most of the contexts. But it will add a lot of...
### What problem does this feature solve? Ref: https://twitter.com/Linus_Borg/status/1310844386536718339?s=20 Vue 3 compiler currently cannot treat CSS module classes as static. We might have some way of dealing with it. e.g....