This website requires JavaScript.
Explore
Help
Sign In
root
/
vue3-core
mirror of
https://github.com/vuejs/core.git
Watch
1
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Actions
9
Packages
Projects
Releases
Wiki
Activity
004e23f9dd
vue3-core
/
benchmark
/
client
/
index.ts
6 lines
82 B
TypeScript
Raw
Blame
History
if
(
import
.
meta
.
env
.
IS_VAPOR
)
{
import
(
'./vapor'
)
}
else
{
import
(
'./vdom'
)
}
Reference in New Issue
View Git Blame
Copy Permalink