8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-21 11:43:16 +00:00
re2o/static/components/HelloWorld.vue

21 lines
301 B
Vue
Raw Normal View History

2020-04-22 08:54:35 +00:00
<template>
<div class="hello">
<h3>
Hello World from Re2o VueJS
</h3>
</div>
</template>
<script>
export default {
name: "HelloWorld"
};
</script>
<!-- Add "scoped" attribute to limit SCSS to this component only -->
<style scoped lang="scss">
h3 {
margin: 40px 0 0;
}
</style>