Skip to content

Commit

Permalink
clean boiler
Browse files Browse the repository at this point in the history
  • Loading branch information
shwilliam committed Dec 27, 2018
1 parent 84c85d5 commit 149d557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
12 changes: 2 additions & 10 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<template>
<div id="app">
<img alt="Vue logo" src="./assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</div>
<div id='app'>hello world</div>
</template>

<script>
import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'app',
components: {
HelloWorld
}
components: {}
}
</script>

Expand All @@ -21,7 +14,6 @@ export default {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
Expand Down
Binary file removed src/assets/logo.png
Binary file not shown.
58 changes: 0 additions & 58 deletions src/components/HelloWorld.vue

This file was deleted.

0 comments on commit 149d557

Please sign in to comment.