<template> <page-head :title="title"></page-head> </template> <script> export default { data() { return { title: '当前页' } } } </script>