This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
vue3-core
mirror of
https://mirror.osredm.com/root/vue3-core.git
Watch
2
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a185abbe4
vue3-core
/
packages-private
/
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