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
950d4e55
Commit
950d4e55
authored
May 13, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.147.34.20:30081/son.nguyen/quasar-web-base
parents
6a1300ac
168c075d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
AddPostCategory.ts
...onents/post-category/add-post-category/AddPostCategory.ts
+1
-1
updateInformationArtist.ts
...ges/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
+2
-2
AddArtist.ts
src/pages/them-nghe-sy/AddArtist.ts
+2
-2
No files found.
src/components/post-category/add-post-category/AddPostCategory.ts
View file @
950d4e55
...
@@ -8,7 +8,7 @@ export default defineComponent({
...
@@ -8,7 +8,7 @@ export default defineComponent({
props
:
{
props
:
{
isOpenAddDialog
:
{
type
:
Boolean
,
required
:
true
},
isOpenAddDialog
:
{
type
:
Boolean
,
required
:
true
},
},
},
setup
(
props
,
context
)
{
setup
()
{
const
name
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
name
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
title
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
title
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
image
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
image
:
Ref
<
string
|
null
>
=
ref
(
null
);
...
...
src/pages/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
View file @
950d4e55
...
@@ -36,8 +36,8 @@ import {
...
@@ -36,8 +36,8 @@ import {
TypeCardType
,
TypeCardType
,
FileUploadType
,
FileUploadType
,
}
from
'src/assets/type'
;
}
from
'src/assets/type'
;
import
{
isEmail
}
from
'../../boot/functions'
;
//
import { isEmail } from '../../boot/functions';
import
{
isMobilePhone
}
from
'../../boot/functions'
;
//
import { isMobilePhone } from '../../boot/functions';
export
type
AvatarType
=
{
export
type
AvatarType
=
{
file
?:
File
;
file
?:
File
;
...
...
src/pages/them-nghe-sy/AddArtist.ts
View file @
950d4e55
...
@@ -35,8 +35,8 @@ import {
...
@@ -35,8 +35,8 @@ import {
TypeCardType
,
TypeCardType
,
FileUploadType
,
FileUploadType
,
}
from
'src/assets/type'
;
}
from
'src/assets/type'
;
import
{
isEmail
}
from
'../../boot/functions'
;
//
import { isEmail } from '../../boot/functions';
import
{
isMobilePhone
}
from
'../../boot/functions'
;
//
import { isMobilePhone } from '../../boot/functions';
export
type
AvatarType
=
{
export
type
AvatarType
=
{
file
?:
File
;
file
?:
File
;
...
...
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