ESLint9
Some checks failed
CI / build-and-deploy (push) Failing after 1m26s
/ depcheck (push) Successful in 1m35s

This commit is contained in:
严浩
2024-10-11 18:03:03 +08:00
parent 8a3c29499c
commit 078cb2c0e9
9 changed files with 569 additions and 469 deletions

View File

@ -36,7 +36,7 @@ const {
watch(
pageData,
(pageDataVal) => {
let message = [`[watch]`, `pageDataVal :>> `, pageDataVal];
const message = [`[watch]`, `pageDataVal :>> `, pageDataVal];
if (pageDataVal === undefined) {
// hot updated 会造成 pageDataVal 为 undefined
console.warn(message);