瀏覽代碼

Update README

master
TheoryOfNekomata 3 年之前
父節點
當前提交
9563565723
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -73,7 +73,7 @@ const submitter = form.querySelector('[type="submit"][name="type"][value="client
const values = getFormValues(form, { submitter });

const processResult = (result: Record<string, unknown>) => {
throw new Error('Not yet implemented.');
throw new Error('Not yet implemented.');
};

// Best use case is with event handlers


Loading…
取消
儲存