Skip to content

Commit

Permalink
chore: ignore TS warning for formkit
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiHaosen committed Jul 24, 2024
1 parent 0518ae1 commit eca31e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"scripts": {
"dev": "vite build --watch --mode=development",
"build": "vite build",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"test:unit": "vitest",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down
1 change: 1 addition & 0 deletions ui/src/views/HtmlInjectionAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const submitForm = () => {

<template #footer>
<VSpace>
<!-- @vue-ignore -->
<VButton type="secondary" @click="$formkit.submit('html-injection-form')">
提交
</VButton>
Expand Down

0 comments on commit eca31e2

Please sign in to comment.