<template> <page-head :title="title"></page-head> </template> <script> export default { data() { return { title: '新建的页面' } } }
</script>