cozy-rsvp/app/views/publicView.vue

5 lines
66 B
Vue
Raw Normal View History

2016-11-04 21:06:14 +01:00
<template lang="pug">
div
p {{ 'Hello world' }}
2016-11-04 20:33:20 +01:00
</template>