1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 02:27:25 +01:00
Files
dozzle/assets/App.vue
2018-10-31 11:16:23 -07:00

16 lines
201 B
Vue

<template lang="html">
<router-view></router-view>
</template>
<script>
export default {
name: "App"
};
</script>
<style lang="css">
.section.is-fullwidth {
padding: 0 !important;
}
</style>