vue3-core/benchmark/client/index.ts

6 lines
82 B
TypeScript

if (import.meta.env.IS_VAPOR) {
import('./vapor')
} else {
import('./vdom')
}