Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106_2022_02
boco-frontend
Commits
7f6e3ff2
Commit
7f6e3ff2
authored
2 years ago
by
Zara Mudassar
Browse files
Options
Downloads
Patches
Plain Diff
Id errors fixed
parent
8ed1e689
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
connected to backend
Pipeline
#176716
passed with stages
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/AddNewItem.vue
+1
-5
1 addition, 5 deletions
src/components/AddNewItem.vue
with
1 addition
and
5 deletions
src/components/AddNewItem.vue
+
1
−
5
View file @
7f6e3ff2
...
...
@@ -9,7 +9,7 @@
<div
class=
"mb-6"
:class=
"
{ error: v$.item.title.$errors.length }">
<label
class=
"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
id=
"
address
Label"
id=
"
title
Label"
>
Tittel
</label
>
<input
...
...
@@ -162,7 +162,6 @@
<div
class=
"mb-6"
:class=
"
{ error: v$.item.address.$errors.length }">
<label
class=
"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
id=
"titleLabel"
>
Adresse
</label>
<input
type=
"text"
...
...
@@ -381,9 +380,6 @@ export default {
this
.
item
.
images
.
push
(
URL
.
createObjectURL
(
event
.
target
.
files
[
0
]));
console
.
log
(
"
antall bilder:
"
+
this
.
item
.
images
.
length
);
},
},
beforeMount
()
{
console
.
log
(
"
Token:
"
+
this
.
$store
.
state
.
user
.
token
);
}
};
</
script
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment