Skip to content

Commit

Permalink
revert: 1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Jun 20, 2024
1 parent 672804b commit 5281052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/fighting-design/form/src/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
</script>

<template>
<!--
novalidate:禁止原生提交时的表单校验和弹窗
https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/form#novalidate
-->
<form v-if="$slots.default" role="form" class="f-form" novalidate :onsubmit="submit">
<slot />
</form>
Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fighting-design",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down

0 comments on commit 5281052

Please sign in to comment.