-
いますべき、という話ではないですが、
自分はどうするつもりか、方針を決めましょう
-
# Background
最新のcompositionAPIの書き方になっていない
# Overview
https://jp.code-dict.com/media/vue/5876/
# Goal
部品をどれか一つを、最新のcompositionAPIの記述に書き換える
Storybookでエラーなく表示できること
# Not to do
一つ書…
-
After enable compositionAPI, The html genreated by functional component(using render) does not included "data-v-xxxxx"。
Btw: I'm using vue@2.7.7。And everything goes right with compositionAPI disabl…
-
全てのVueファイルをOptionsAPIからCompositionAPIへ変更する。
理由は、
1. ファイルが大きくてコードが読みにくくなったので、可読性向上のため
2. バケツリレー防止でprovide/injectを使えるようにするため
3. Vue公式の推奨なので、今後のメンテナンスや拡張を見据えて
-
### Version
3.0.11
### Reproduction link
[https://jsfiddle.net/posva/km2qpwx7/](https://jsfiddle.net/posva/km2qpwx7/)
### Steps to reproduce
In Vue2 we can call this.$forceUpdate(…
-
Hi,
When I use FlatfileButton in my Vue3 project, the error occurred like below, and the page not rendered as well.
You wrote usages of Options api. Is @flatfile/vuejs package not applicable…
-
**📚 What are you trying to do? Please describe.**
Hi,
how to mock injection?
injection was working fine, but its become undefined when running test.
Nuxt2 + Typescript + CompositionApi
```
// …
-
自鯖APIを活用する、データを共有するなどの対策が欲しい。
でも、VueXにする、あるいは全部グローバルでデータを持つのもうーん。
-
Any news for a vue3 version?
-