Event "titlechanged" is emitted in component <Login> but the handler is registered for "titleChanged". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "title-changed" instead of "titleChanged".
将驼峰转为小写title-changed