210919 工作日誌 - Frank0321/taiwan_reservoir GitHub Wiki

v-for 錯誤訊息

  • ESLint: Elements in iteration expect to have 'v-bind:key' directives.(vue/require-v-for-key)
  • 在 vue 2 的時候,使用 v-for 需要使用 :key
  • 參考

往第二層代入資料

  • 外層資料帶入
    <div class="text-brown text-2xl font-bold mb-3">
       {{ childRowData.name }}
    </div>
    
  • 外層資料更內層
    <drop class="drop" :percentage= childRowData.percentage />
    
⚠️ **GitHub.com Fallback** ⚠️