UNPKG
@iwusong/datav-vue3
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
0.0.9-alpha.1
0.0.9-alpha.0
0.0.0-alpha.1
0.0.0-alpha.0
Vue3 large screen data display component library
@iwusong/datav-vue3
/
dist
/
cjs
/
utils
/
logger.js
2 lines
(1 loc)
•
294 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
function
n
(
e
){
const
r=
`[DataV -
${e}
]`
;
return
{
info
(
...o
){
console
.
log
(
`
${r}
${o.join(
" "
)}
`
)},
warn
(
...o
){
console
.
warn
(
`
${r}
${o.join(
" "
)}
`
)},
error
(
...o
){
console
.
error
(
`
${r}
${o.join(
" "
)}
`
)}}}
exports
.
withPrefix
=n;