Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of the component not generate in the docs, vuese doesn't create group #260

Open
ybbam opened this issue May 31, 2022 · 0 comments

Comments

@ybbam
Copy link

ybbam commented May 31, 2022

Describe the bug
I commented my component

/**

  • @vuese
  • @group Dashboard
  • Show and manage client dashboard
    */
    export default {
    name: "ClientDashboard",
    ...
    }

But after vuese generating docs it doesn't show description and doesn't group components:

Screenshot from 2022-05-31 17-23-46

To Reproduce
Steps to reproduce the behavior:

  1. npx vuese gen
  2. npx vuese serve --open

Without npx it doesn't work.

Expected behavior
I expected "Show and manage client dashboard" text under the " ClientDashboard" text.
I expect to see group Dashboard in the left sidebar

Environmental information:

vuese * 1.4.7

vuese cli

USAGE

vuese * [options]

GLOBAL OPTIONS

-v, --version  Display version                     [Type: boolean]
-h, --help     Display help (You're already here)  [Type: boolean]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant