mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-01 02:27:25 +01:00
16 lines
201 B
Vue
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>
|