Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-sample-test
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
1
Merge Requests
1
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
Sanga Raju Gupta Bonagiri
vue-sample-test
Commits
1cd81b4f
Commit
1cd81b4f
authored
Dec 29, 2023
by
Sanga Raju Gupta Bonagiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add styles
parent
d82fc832
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
App.vue
src/App.vue
+5
-0
Cart.vue
src/Views/Cart/Cart.vue
+0
-1
main.js
src/main.js
+0
-1
No files found.
src/App.vue
View file @
1cd81b4f
...
...
@@ -29,4 +29,9 @@ export default {
.content
{
min-height
:
100vh
;
}
:deep
(
input
)
{
color
:
black
}
</
style
>
src/Views/Cart/Cart.vue
View file @
1cd81b4f
...
...
@@ -32,7 +32,6 @@
</td>
<td
class=
"px-6 py-4 whitespace-nowrap text-sm font-medium"
>
<button
type=
"button"
class=
"bg-red-500 my-2 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"
@
click=
"removeProduct(product.id)"
>
...
...
src/main.js
View file @
1cd81b4f
...
...
@@ -2,7 +2,6 @@ import './assets/main.css'
import
vueComponents
from
'@sangarajuguptanisum/vue-custom-components'
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
import
{
createRouter
,
createWebHistory
}
from
'vue-router'
...
...
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