vue3-core/benchmark/client/index.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
82 B
TypeScript
Raw Normal View History

2024-08-07 03:51:40 +08:00
if (import.meta.env.IS_VAPOR) {
import('./vapor')
} else {
import('./vdom')
}