diff --git a/src/App.vue b/src/App.vue index 55df315..2229afb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,28 +1,17 @@ - - + - - diff --git a/src/components/CalcView.vue b/src/components/CalcView.vue new file mode 100644 index 0000000..8eca78c --- /dev/null +++ b/src/components/CalcView.vue @@ -0,0 +1,88 @@ + + + + + + C + / + 7 + 8 + 9 + x + 4 + 5 + 6 + - + 1 + 2 + 3 + + + 0 + = + + + + + + + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 879051a..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - -
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -