mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-28 14:45:51 +10:00
Source:
```md
- Evan You
<template slot="projects">
- Vue.js
- VueX
</template>
```
Usage:
```
<Content/> // get default slot
<Content slot="projects"> // get named slot
```