9 lines
138 B
Vue
9 lines
138 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
// Import Main styles for this application
|
|
@import 'styles/style';
|
|
</style>
|