12 lines
113 B
Vue
12 lines
113 B
Vue
<template>
|
|
<p>/about</p>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
metaInfo: {
|
|
title: 'about',
|
|
},
|
|
};
|
|
</script>
|