Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_tuananh_nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
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
TTS Tran Viet Anh
kiaisoft_tuananh_nuxt
Commits
66e7f51a
Commit
66e7f51a
authored
Jan 29, 2023
by
TTS Kieu Tuan Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove space
parent
72ded375
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
22 deletions
+1
-22
about.vue
pages/about.vue
+1
-7
register.vue
pages/register.vue
+0
-1
index.vue
pages/users/index.vue
+0
-14
No files found.
pages/about.vue
View file @
66e7f51a
<
template
>
<
template
>
<div>
<div>
<div>
<div>
<h1
style=
"text-align: center"
>
ABOUT
</h1>
<h1
style=
"text-align: center"
>
ABOUT
</h1>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
pages/register.vue
View file @
66e7f51a
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
v-model=
"email"
v-model=
"email"
required
required
/>
/>
<label>
Password :
</label>
<label>
Password :
</label>
<input
<input
type=
"password"
type=
"password"
...
...
pages/users/index.vue
View file @
66e7f51a
...
@@ -100,23 +100,12 @@
...
@@ -100,23 +100,12 @@
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-dialog
v-model=
"dialog"
max-width=
"500px"
>
<v-dialog
v-model=
"dialog"
max-width=
"500px"
>
<template
v-slot:activator=
"
{ on, attrs }">
<template
v-slot:activator=
"
{ on, attrs }">
<!--
<v-btn
color=
"primary"
dark
class=
"mb-2"
v-bind=
"attrs"
v-on=
"on"
v-on:click=
"getUser"
>
New User
</v-btn>
-->
<!-- modal create user -->
<!-- modal create user -->
</
template
>
</
template
>
<v-card>
<v-card>
<v-card-title>
<v-card-title>
<span
class=
"text-h5"
>
{{ formTitle }}
</span>
<span
class=
"text-h5"
>
{{ formTitle }}
</span>
</v-card-title>
</v-card-title>
<v-card-text>
<v-card-text>
<v-container>
<v-container>
<v-row>
<v-row>
...
@@ -153,7 +142,6 @@
...
@@ -153,7 +142,6 @@
</v-row>
</v-row>
</v-container>
</v-container>
</v-card-text>
</v-card-text>
<v-card-actions>
<v-card-actions>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
color=
"blue darken-1"
text
@
click=
"close"
>
<v-btn
color=
"blue darken-1"
text
@
click=
"close"
>
...
@@ -196,7 +184,6 @@
...
@@ -196,7 +184,6 @@
import
Nav
from
"
@/components/Nav
"
;
import
Nav
from
"
@/components/Nav
"
;
import
axios
from
"
axios
"
;
import
axios
from
"
axios
"
;
export
default
{
export
default
{
layout
:
"
admin
"
,
layout
:
"
admin
"
,
components
:
{
Nav
},
components
:
{
Nav
},
...
@@ -335,7 +322,6 @@ export default {
...
@@ -335,7 +322,6 @@ export default {
this
.
editedItem
=
response
.
data
.
data
this
.
editedItem
=
response
.
data
.
data
console
.
log
(
this
.
editedItem
)
console
.
log
(
this
.
editedItem
)
this
.
users
.
push
(
this
.
editedItem
)
this
.
users
.
push
(
this
.
editedItem
)
})
})
.
catch
(
errors
=>
{
.
catch
(
errors
=>
{
this
.
$bvModal
.
hide
(
'
modal-login
'
)
this
.
$bvModal
.
hide
(
'
modal-login
'
)
...
...
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