Whalebird-desktop-client-ma.../src/renderer/App.vue

20 lines
242 B
Vue
Raw Normal View History

2018-03-07 14:28:48 +01:00
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
2018-03-26 15:51:11 +02:00
name: 'Whalebird'
2018-03-07 14:28:48 +01:00
}
</script>
<style lang="scss">
.clearfix:after {
content:" ";
display:block;
clear:both;
}
2018-03-07 14:28:48 +01:00
</style>