提示
+ + + +我的错误是{{ slot_data_types.types['500'] }}
+ + + + +提示
+ +{{ tips }}
@@ -21,6 +22,11 @@ import ChildComponentA from "@/components/ChildComponentA.vue"; export default { components: {ChildComponentA}, + data() { + return { + tips: "提示", + } + } }