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
d6af69428e
vue3-core
/
packages
/
reactivity
/
src
/
warning.ts
4 lines
99 B
TypeScript
Raw
Blame
History
export
function
warn
(
msg
:
string
,
.
.
.
args
:
any
[
]
)
{
console
.
warn
(
`
[Vue warn]
${
msg
}
`
,
.
.
.
args
)
}
Reference in New Issue
View Git Blame
Copy Permalink