Example expose Option

Only the 'message' data property is listed in the 'expose' option, so the 'createMessage' method from the child component is not available, and will not work:

ChildComp.vue

Message from parent component:

Initial message!