Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
6a1300ac
Commit
6a1300ac
authored
May 13, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.vue
parent
34d02d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
index.vue
src/components/add-update-post/index.vue
+17
-15
No files found.
src/components/add-update-post/index.vue
View file @
6a1300ac
...
...
@@ -31,7 +31,7 @@
>
<div
class=
"row q-col-gutter-sm"
>
<div
class=
"col-12"
>
<div
class=
"row
q-mt-sm
flex-center"
>
<div
class=
"row flex-center"
>
<div>
<q-card
style=
"margin-bottom: 8px"
v-if=
"image !== null"
>
<q-img
...
...
@@ -76,19 +76,21 @@
</div>
</div>
<q-select
:model-value=
"category"
@
update:model-value=
"$emit('update:category', $event)"
:label=
"$t('post.dialogLabel.postLabels.category')"
:rules=
"categoryRules"
:options=
"categoryOptions"
map-options
option-value=
"id"
option-label=
"name"
type=
"text"
class=
"q-my-sm"
outlined
></q-select>
<div
class=
"q-ml-md q-mt-lg q-mr-md"
>
<q-select
:model-value=
"category"
@
update:model-value=
"$emit('update:category', $event)"
:label=
"$t('post.dialogLabel.postLabels.category')"
:rules=
"categoryRules"
:options=
"categoryOptions"
map-options
option-value=
"id"
option-label=
"name"
type=
"text"
class=
"q-my-sm"
outlined
></q-select>
</div>
<q-tabs
v-model=
"tab"
...
...
@@ -249,7 +251,7 @@
</q-tab-panel>
</q-tab-panels>
<div>
<div
class=
"q-pl-md"
>
<span
class=
"text-body1"
>
{{
$t
(
'post.dialogLabel.postLabels.status'
)
}}
</span
...
...
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