diff --git a/src/App.vue b/src/App.vue index ce2d602..4ebb3f3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,17 @@ + 提示 - - 我的错误是{{ slotProps.types['404'] }} + + + 我的错误是{{ slot_data_types.types['500'] }} - - 错误来自:{{sources['page']}} - {{types['404']}} + + + + 错误来自:{{ sources['page'] }} - {{ types['404'] }} @@ -21,29 +25,5 @@ export default { diff --git a/src/components/ChildComponentA.vue b/src/components/ChildComponentA.vue index a409c2d..9dd621c 100644 --- a/src/components/ChildComponentA.vue +++ b/src/components/ChildComponentA.vue @@ -1,13 +1,17 @@ + + 错误 关闭 +
提示
我的错误是{{ slotProps.types['404'] }}
我的错误是{{ slot_data_types.types['500'] }}