diff --git a/components/top-app-bar/README.md b/components/top-app-bar/README.md index a4238cc9f..43ff8008a 100644 --- a/components/top-app-bar/README.md +++ b/components/top-app-bar/README.md @@ -1,5 +1,8 @@ ## TopAppBar +Actually the mdc-web component enforces users to set a navigation icon, so be sure to set an icon +in the navigation slot! + ### Markup ```html @@ -23,7 +26,7 @@ | Event | Description | |------|------| -| navigation | will be dispatched when navigation item is clicked | +| onNavigation | will be dispatched when navigation item is clicked | ### Slots diff --git a/components/top-app-bar/TopAppBar.vue b/components/top-app-bar/TopAppBar.vue index 47da7282e..41263c8d4 100644 --- a/components/top-app-bar/TopAppBar.vue +++ b/components/top-app-bar/TopAppBar.vue @@ -1,13 +1,18 @@