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

Error occurred when using team components #4238

Closed
4 tasks done
wolono opened this issue Sep 29, 2024 · 5 comments
Closed
4 tasks done

Error occurred when using team components #4238

wolono opened this issue Sep 29, 2024 · 5 comments
Labels
bug: pending triage Maybe a bug, waiting for confirmation

Comments

@wolono
Copy link

wolono commented Sep 29, 2024

Describe the bug

I added team component feedback error in index.md
image

Reproduction


layout: home

hero:
name: VitePress
text: Vite & Vue powered static site generator.
tagline: Simple, powerful, and performant. Meet the modern SSG framework you've always wanted.
actions:
- theme: brand
text: Get Started
link: /example
- theme: alt
text: View on GitHub
link: https://github.com/vuejs/vitepress

<script setup> import { VPTeamMembers } from 'vitepress/theme' const members = [ { avatar: 'https://www.github.com/yyx990803.png', name: 'Evan You', title: 'Creator', links: [ { icon: 'github', link: 'https://github.com/yyx990803' }, { icon: 'twitter', link: 'https://twitter.com/youyuxi' } ] }, ... ] </script>

Our Team

Say hello to our awesome team.

Expected behavior

normal

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.20.3 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    vitepress: latest => 1.3.4

Additional context

No response

Validations

@wolono wolono added the bug: pending triage Maybe a bug, waiting for confirmation label Sep 29, 2024
@wolono
Copy link
Author

wolono commented Sep 29, 2024

@brc-dd
Copy link
Member

brc-dd commented Sep 29, 2024

remove that ... -- it was meant to indicate that there can be more entries similar to above.

@brc-dd brc-dd closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
@wolono
Copy link
Author

wolono commented Sep 29, 2024

How should I use team in index.md

@brc-dd
Copy link
Member

brc-dd commented Sep 29, 2024

@wolono
Copy link
Author

wolono commented Sep 29, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: pending triage Maybe a bug, waiting for confirmation
Projects
None yet
Development

No branches or pull requests

2 participants