mirror of https://github.com/vuejs/vitepress
8 lines
88 B
8 lines
88 B
4 years ago
|
// #region snippet
|
||
|
function foo() {
|
||
|
// ..
|
||
|
}
|
||
|
// #endregion snippet
|
||
|
|
||
|
export default foo
|