Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cc201010
VueProject
Commits
d589ba2b
Commit
d589ba2b
authored
Feb 05, 2022
by
cc201010
Browse files
Advanced Js Project , Calc page updates
parent
b87ce65d
Changes
1
Hide whitespace changes
Inline
Side-by-side
poke-app/src/components/calculatorComp.vue
View file @
d589ba2b
...
...
@@ -3,8 +3,6 @@
<main
class=
"mt-5"
>
<section
class=
"glass w-10/12 mb-3 md:w-7/12"
>
<div
class=
"container"
>
<h1>
Calculator with VueJs
</h1>
<div
class=
"calculator mt-2 mb-3 w-4/5 md:w-3/5"
>
<div
id=
"screen"
>
{{
current
||
0
}}
</div>
<table
class=
"w-full"
>
...
...
Write
Preview
Supports
Markdown
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