1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 10:37:26 +01:00
Files
dozzle/assets/App.vue
2018-10-31 08:00:38 -07:00

15 lines
228 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>