Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components Shared
Commits
1de60c9d
Commit
1de60c9d
authored
Jun 03, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submit button component: styling
parent
6b47be33
Pipeline
#11733
passed with stage
in 7 minutes and 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
forms/SubmitButton.vue
forms/SubmitButton.vue
+1
-1
No files found.
forms/SubmitButton.vue
View file @
1de60c9d
<
template
lang=
"pug"
>
q-btn(:dark="true",
outline, icon-right="forward",
:color="active ? 'primary' : 'light'",
q-btn(:dark="true", :color="active ? 'primary' : 'light'",
@click="clickHandler", type="submit", :disabled="!active")
slot
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment