hasyrails / calendar-vue-original

0 stars 0 forks source link

54_list_rendering_modify / カレンダー上の予定のリストレンダリングを修正する #107

Closed hasyrails closed 3 years ago

hasyrails commented 4 years ago

カレンダー上の予定をdevidedSchedulesを使わず schedulesを使用して 表示・変更できるように実装し直す

hasyrails commented 3 years ago

'_wrapper' of undefined

TypeError: Cannot read property '_wrapper' of undefined
    at remove$2

Vue TypeError: Cannot read property '_wrapper' of undefined

devidedSchedulesを使った/使ってないとかではなく 違う問題っぽい

hasyrails commented 3 years ago

vue.js wrapping components which have v-models

hasyrails commented 3 years ago

A Form Component in Vue.js – Making nice wrappers

hasyrails commented 3 years ago

Wrap a text field in a component with Vue.js

hasyrails commented 3 years ago

Vue.js:v-modelと$emitを使ってデータを読み書きする子コンポーネントをつくる (2019/10/13追記)

hasyrails commented 3 years ago

Vue.js: Using v-model with objects for custom components

hasyrails commented 3 years ago

Using v-model on Nested Vue Components

hasyrails commented 3 years ago

検索ワード

hasyrails commented 3 years ago

上記を参考にして改善できればいいが‥

hasyrails commented 3 years ago

GanttChartコンポーネントで v-modelを使うとちゃんと動作する

やはり wrapされたコンポーネントのformは何かしらの実装追加が必要