decoupling-drupal-vuejs/src/views/About.vue
2019-05-25 00:11:42 +01:00

5 lines
89 B
Vue

<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>