1 Matching Annotations
  1. Oct 2020
    1. <For each={state.list} fallback={<div>Loading...</div>}> {item => <div>{item}</div>} </For>