aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-10-26 19:03:55 +0200
committerRoger Braun <roger@rogerbraun.net>2016-10-26 19:03:55 +0200
commit4c2764c747f1480ee7752e43357663f3c321f571 (patch)
treee5bab6fc4abfd03c626d6d9d07dbac089ab7a151 /src/App.vue
parent191c02af1ebfc7e6c53dc88d97c4e3ca23fbea8b (diff)
.
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue30
1 files changed, 3 insertions, 27 deletions
diff --git a/src/App.vue b/src/App.vue
index 48741ed1..e7e464df 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,28 +1,4 @@
-<template>
- <div id="app">
- <img src="./assets/logo.png">
- <hello></hello>
- </div>
-</template>
+<template src="./App.html"></template>
-<script>
-import Hello from './components/hello/Hello'
-
-export default {
- name: 'app',
- components: {
- Hello
- }
-}
-</script>
-
-<style>
-#app {
- font-family: 'Avenir', Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- text-align: center;
- color: #2c3e50;
- margin-top: 60px;
-}
-</style>
+<script src="./App.js"></script>
+<style lang="scss" src="./App.scss"></style>