UNPKG
touch-ripple
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
touch ripple
github.com/qgh810/touch-ripple
qgh810/touch-ripple
touch-ripple
/
src
/
utils
/
log.js
6 lines
(4 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
DOCUMENT_ADDR
}
from
'../config'
function
showWarn
(
str
) {
console
.
warn
(str +
' 请参考相关文档: '
+
DOCUMENT_ADDR
) }