diff options
| author | dtluna <dtluna@openmailbox.org> | 2016-11-25 21:02:53 -0500 |
|---|---|---|
| committer | dtluna <dtluna@openmailbox.org> | 2016-11-25 21:02:53 -0500 |
| commit | cb940a8742307ee069e3da567058d098f59990b6 (patch) | |
| tree | 8a4c3e6f8c52736dd3180f6017280fcbc2376ebb /src/components/hello/Hello.vue | |
| parent | 01edb7dbe498b434e258451af94d1bca287d2e40 (diff) | |
| parent | 1be1d7563c94fa961c1cc0cef03e7e4e69df178a (diff) | |
Merge branch 'develop' into 'feature/attachment-form-improvements'
# Conflicts:
# src/components/attachment/attachment.js
Diffstat (limited to 'src/components/hello/Hello.vue')
| -rw-r--r-- | src/components/hello/Hello.vue | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/components/hello/Hello.vue b/src/components/hello/Hello.vue deleted file mode 100644 index 828136a8..00000000 --- a/src/components/hello/Hello.vue +++ /dev/null @@ -1,44 +0,0 @@ -<template> - <div class="hello"> - <h1>{{ msg }}</h1> - <h2>Essential Links</h2> - <ul> - <li><a href="https://vuejs.org" target="_blank">Core Docs</a></li> - <li><a href="https://forum.vuejs.org" target="_blank">Forum</a></li> - <li><a href="https://gitter.im/vuejs/vue" target="_blank">Gitter Chat</a></li> - <li><a href="https://twitter.com/vuejs" target="_blank">Twitter</a></li> - <br> - <li><a href="http://vuejs-templates.github.io/webpack/" target="_blank">Docs for This template</a></li> - </ul> - <h2>Ecosystem</h2> - <ul> - <li><a href="http://router.vuejs.org/" target="_blank">vue-router</a></li> - <li><a href="http://vuex.vuejs.org/" target="_blank">vuex</a></li> - <li><a href="http://vue-loader.vuejs.org/" target="_blank">vue-loader</a></li> - <li><a href="https://github.com/vuejs/awesome-vue" target="_blank">awesome-vue</a></li> - </ul> - </div> -</template> - -<script src='./Hello.js'></script> - -<!-- Add "scoped" attribute to limit CSS to this component only --> -<style scoped> -h1, h2 { - font-weight: normal; -} - -ul { - list-style-type: none; - padding: 0; -} - -li { - display: inline-block; - margin: 0 10px; -} - -a { - color: #42b983; -} -</style> |
