open-carp
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
src/components/Form/src/components/FormAction.vue
|
|
|
@ -14,7 +14,13 @@ |
|
|
|
</Button> |
|
|
|
<slot name="submitBefore"></slot> |
|
|
|
|
|
|
|
<Button type="primary" class="mr-2" v-bind="getSubmitBtnOptions" v-if="showSubmitButton"> |
|
|
|
<Button |
|
|
|
type="primary" |
|
|
|
class="mr-2" |
|
|
|
v-bind="getSubmitBtnOptions" |
|
|
|
@click="submitAction" |
|
|
|
v-if="showSubmitButton" |
|
|
|
> |
|
|
|
{{ getSubmitBtnOptions.text }} |
|
|
|
</Button> |
|
|
|
|
|
|
|
|