fuc-new/doc/node_modules/@vuepress/helper/lib/client/noopComponent.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

8 lines
159 B
JavaScript

/**
* A noop component that renders nothing
*
* 一个不渲染任何内容的空组件
*/
const noopComponent = () => null;
export default noopComponent;