5 lines
76 B
Vue
5 lines
76 B
Vue
<template lang="pug">
|
|
div(role="application")
|
|
router-view
|
|
</template>
|