-
You can only insert them in particular places, and making them "inline" is impossible. By "inline" I mean; I'm writing a line of text, and I want to put a link there, with some highlighted words that …
-
### What problem does this feature solve?
Continue to create safe and secure applications with Vue 2.x
### What does the proposed API look like?
I've seen the statements and the roadmap here:
ht…
-
It would be nice to have performance benchmarks of blazor against
- Angular
- VueJs
- React
Some scenarios that it would be nice to be inclueded:
- Hello world test
- Same to Do app
- Http …
-
### Problem to solve
Support for Vuetify 2 based applications till Vuetify 3 is not ready and stable.
### Proposed solution
I have a large Vue and Vuetify based application. I see from Vuetify ro…
-
Hey,
first of all thank you for this library. For inertia or vue based projects this works just fine.
For Nuxt 3 projects precognition is currently not working. I already tried a few approaches …
-
Now is created one bundle for each "viewer" / "page".
- `main.js`
- `files.js`
- `public.js`
- `viewer.js`
Each of these files is bundled with Vue, Vuex, Nextcloud Components, Tiptap, CSS...
…
-
Prettier just [released a new major version](https://prettier.io/blog/2023/07/05/3.0.0.html) which includes some breaking changes to the API. Currently Prettier 3.0 causes the extension to throw a typ…
-
![2019-03-06 09 53 18](https://user-images.githubusercontent.com/9758711/53850303-b3f18c80-3ff5-11e9-9d01-7a559c24e629.png)
![2019-03-06 09 53 49](https://user-images.githubusercontent.com/9758711/53…
-
**Describe the bug**
If you `provide` an ability through a plugin defined after the vue plugin is setup you will get undetermined behavior including the following error every time you try to use …
-
### Describe the problem and solution
현재 frontend app을 rendering하는 일반적인 방법으로는 SPA, SSR, SSG 세 가지가 있습니다.
각 방식의 장단점을 충분히 비교하고 rendering 방식을 결정해야 합니다.
---
### SPA 🪄
#### Pros
- 섬세하고 역동적인 사용자 경험…