Files
zthxxxandULIVZ 2a59800677 fix($core): '[Vue warn]: Unknown custom element' when using <Content /> in a custom page without markdown (#1699)
**Bug**: example, , will raise `[Vue warn]: Unknown custom element`, like #1173 #1426

**Reason**: because it not inject any content in `@internal/page-components` while not find markdown file, `Vue.component` of `pageKey` must be `undefined`, then `h(pageKey)` raise this error

**Fix**: judge as `if (Vue.component(pageKey))`, unnecessary to render if no component existed
2019-07-20 14:41:20 +08:00
..
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-03-04 23:46:13 +08:00
2019-06-04 03:34:54 +08:00