mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
Change the screenshot and the example log message
This commit is contained in:
parent
f03c0ef913
commit
a0933153ba
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 152 KiB |
|
@ -84,10 +84,10 @@ Router.add('/notepad', function(render) {
|
||||||
Router.add('/components', function(render) {
|
Router.add('/components', function(render) {
|
||||||
render("app\\components.html", {});
|
render("app\\components.html", {});
|
||||||
|
|
||||||
console.log("log message");
|
console.log("example log message");
|
||||||
console.warn("warning message");
|
console.warn("example warning message");
|
||||||
console.info("information message");
|
console.info("example information message");
|
||||||
console.error("information message");
|
console.error("example error message");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user