| 1 | import { computed, createSSRApp, defineComponent, h, reactive, ref } from 'vue' |
| 2 | import { renderToString } from '../src/renderToString' |
| 3 | |
| 4 | // #5208 reported memory leak of keeping computed alive during SSR |
nothing calls this directly
no test coverage detected