1、组件内页面 test.vue
<template> <view> <text>我是test组件{ { title}}</text> <button type="primary" @click="test">按钮传值回调</button