Browse Source

final update

master
Jakub Škrabánek 3 years ago
parent
commit
9490ee0e99
  1. 1
      Vue-calc
  2. 1
      src/App.vue
  3. 1
      src/components/CalcComp.vue

1
Vue-calc

@ -0,0 +1 @@
Subproject commit 957ef8bc3c861f0c17b4741d4667409ce6926705

1
src/App.vue

@ -1,5 +1,4 @@
<template> <template>
<img alt="Vue logo" src="./assets/logo.png">
<CalcComp /> <CalcComp />
</template> </template>

1
src/components/CalcComp.vue

@ -89,6 +89,7 @@ export default{
<style scoped> <style scoped>
.calculator { .calculator {
width: 400px;
margin: 0 auto; margin: 0 auto;
font-size:40px; font-size:40px;
display: grid; display: grid;

Loading…
Cancel
Save