added slide component, twwek some pages, and enchanced docs
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
/**
|
||||
* Interface for PankuzuList component property.
|
||||
* @property {string=} currentPageName Name of page to show at the end of pankuzu list.
|
||||
* @example
|
||||
* // /about/about.vue
|
||||
* <PankuzuList />
|
||||
* @example
|
||||
* // /some-dir/some-page.vue
|
||||
* <PankuzuList currentPageName="Some Where in the maze" />
|
||||
*/
|
||||
interface PankuzuListProperty {
|
||||
currentPageName?: string;
|
||||
|
||||
Reference in New Issue
Block a user