🔱: [client] sync upgrade with 3 commits [trident-sync]

fix: 修复search.value第一次查询无效的bug

https://github.com/fast-crud/fast-crud/issues/208
build: publish success
This commit is contained in:
GitHub Actions Bot
2023-07-03 19:24:01 +00:00
parent 6fda0d6896
commit 474fd77970
4 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
"upgrade": "yarn upgrade-interactive --latest",
"tsc": "vue-tsc --noEmit --skipLibCheck",
"circle:check": "pnpm dependency-cruise --validate --output-type err-html -f dependency-report.html src"
"circle:check": "pnpm dependency-cruise --validate --output-type err-html -f dependency-report.html src",
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push"
},
"author": "Greper",
"license": "MIT",