-
### Describe the problem and solution
현재 frontend app을 rendering하는 일반적인 방법으로는 SPA, SSR, SSG 세 가지가 있습니다.
각 방식의 장단점을 충분히 비교하고 rendering 방식을 결정해야 합니다.
---
### SPA 🪄
#### Pros
- 섬세하고 역동적인 사용자 경험…
-
**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 …
-
with html ever evolving, you tags are out of date.
i want to disable html sanitizing when user uses code view!
-
**Describe the solution you'd like**
I'd like to see [Stencil.js](https://github.com/ionic-team/stencil) support, as I see Storybook to be very component focused, and Stencil being a very component f…
-
**Describe the bug**
When binding a complex value such as an object to a component ``, additional reactive updates are fired for the bound value even when no data is changed.
May be related to htt…
-
Hi guys, I'm trying to optmize the images with the following code:
Component.vue
```html
```
The images are coming from github, so I added image domains:
nuxt.config.ts
```js
image: {
…
-
### What problem does this feature solve?
For example i have some components as follow:
// index.vue
```
import A from './a.vue'
import B from './b.vue'
const components = [A, B];
…
-
### Steps to reproduce
### Versions
Vuetify 0.15.7 and vue2.4
### What is expected ?
In date picker month should be started with its first day. which is not working for 'FA' locals.
### Wha…
-
Hey everybody,
As a security precaution I find it important to have the administrator function to disable ZIP downloads of folders. The way I see it, the administrator should be also able to monito…
-
Hey hey, first of all, it was very nice to read your code. It's a huge app and it's already pretty clean :+1: :blue_heart:
Here are some random remarks and questions:
* You can use static func…