mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
9 lines
119 B
Vue
9 lines
119 B
Vue
<template>
|
|
<div>
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
@import './styles/normalize';
|
|
</style> |