Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Q
Quasar Components Shared
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Motion Bank
MB.js
Quasar Components Shared
Commits
50141fd9
Commit
50141fd9
authored
Jun 04, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed testing colorization
parent
5cae5855
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
elements/ContentBlock.vue
elements/ContentBlock.vue
+1
-1
elements/ContentParagraph.vue
elements/ContentParagraph.vue
+2
-2
elements/Headline.vue
elements/Headline.vue
+1
-1
forms/FormMain.vue
forms/FormMain.vue
+2
-2
No files found.
elements/ContentBlock.vue
View file @
50141fd9
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
// div.bg-orange(:class="{'q-mt-xl': position !== 'first', 'q-pb-xl ui-border-bottom': position !== 'last'}")
// div.bg-orange(:class="{'q-mt-xl': position !== 'first', 'q-pb-xl ui-border-bottom': position !== 'last'}")
div
.bg-orange
(:class="{'q-mt-lg': position !== 'first', '': position !== 'last'}")
div(:class="{'q-mt-lg': position !== 'first', '': position !== 'last'}")
slot
slot
</
template
>
</
template
>
...
...
elements/ContentParagraph.vue
View file @
50141fd9
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
div(:class="{'q-mb-md': position !== 'last'}")
.bg-red
div(:class="{'q-mb-md': position !== 'last'}")
slot
slot
.text-right
.bg-green
.text-right
slot(name="buttons")
slot(name="buttons")
</
template
>
</
template
>
...
...
elements/Headline.vue
View file @
50141fd9
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
div.q-mb-lg
.bg-yellow
div.q-mb-lg
// headline
// headline
h5.q-my-none.q-pt-none
{{
content
}}
h5.q-my-none.q-pt-none
{{
content
}}
// subheadline
// subheadline
...
...
forms/FormMain.vue
View file @
50141fd9
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
// .row.md-gutter.justify-between.items-between
// .row.md-gutter.justify-between.items-between
div
div
template(v-if="loaded", v-for="(field, key) in fields")
template(v-if="loaded", v-for="(field, key) in fields")
div.q-mb-md
.bg-purple
div.q-mb-md
form-row-checkbox.col-sm-12.no-margin(
form-row-checkbox.col-sm-12.no-margin(
v-if="isType(field.type, 'checkbox')",
v-if="isType(field.type, 'checkbox')",
v-model="local[key]",
v-model="local[key]",
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
:class="{ 'col-xl-6': !field.fullWidth, 'col-12': field.fullWidth }"
:class="{ 'col-xl-6': !field.fullWidth, 'col-12': field.fullWidth }"
)
)
//.row.xs-gutter.full-width.justify-end.items-end.bg-purple
//.row.xs-gutter.full-width.justify-end.items-end.bg-purple
.row.full-width.justify-end.items-end
.bg-purple
.row.full-width.justify-end.items-end
slot(name="form-buttons-add")
slot(name="form-buttons-add")
slot(name="form-buttons")
slot(name="form-buttons")
submit-button(
submit-button(
...
...
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