cozy-rsvp/app/App.vue

5 lines
76 B
Vue
Raw Normal View History

2016-11-04 21:06:14 +01:00
<template lang="pug">
div(role="application")
router-view
2016-11-04 20:33:20 +01:00
</template>