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
6
Packages
Projects
Releases
Wiki
Activity
010e64c224
vue3-core
/
packages
/
runtime-core
/
src
/
warning.ts
5 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
wip: props resolving
2019-05-28 18:06:00 +08:00
export
function
warn
(
.
.
.
args
:
any
[
]
)
{
// TODO
test: coverage
2019-08-28 02:42:05 +08:00
console
.
warn
(
.
.
.
args
)
wip: props resolving
2019-05-28 18:06:00 +08:00
}