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
7
Packages
Projects
Releases
Wiki
Activity
d5d8ada577
vue3-core
/
packages-private
/
vapor-e2e-test
/
transition
/
components
/
VdomComp.vue
7 lines
95 B
Vue
Raw
Blame
History
<
script
setup
>
const
msg
=
'vdom comp'
<
/
script
>
<
template
>
<
div
>
{
{
msg
}
}
<
/
div
>
<
/
template
>
Reference in New Issue
View Git Blame
Copy Permalink