diff --git a/src/views/menumodel/MenuModel.vue b/src/views/menumodel/MenuModel.vue index 2611df0ca..21b349907 100755 --- a/src/views/menumodel/MenuModel.vue +++ b/src/views/menumodel/MenuModel.vue @@ -4,6 +4,9 @@
PrimeVue menu components share a common api to specify the menuitems and submenus.
+Menu components require Vue-Router as a dependency so make sure the router is installed in your application.
+Core of the API is the MenuItem class that defines various options such as the label, icon and children of an item in a menu.