示例成品 · 平台演示,按左边这组点选真跑出来的
import { defineComponent, h } from 'vue';
export default defineComponent({
name: 'ErrorFallback',
props: {
onRetry: { type: Function, required: true }
},
setup(props) {
return () => h('div', { class: 'fallback-container' }, [
h('p', '加载失败,请重试'),
h('button', {
clas
点左边「开工 · 直接出成品」,出一份你自己的版本(文字免费)