First import createStore at the top of your component import { createStore } from "solid-js/store" # const [todos, setTodos] = createStore({ ...
確定! 回上一頁