mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
Volcanos("demo", {head: document.head, body: document.body, target: document.body,
|
|
}, ["plugin/table.js"], function(can) {
|
|
can.target.style.background = "black"
|
|
console.log(can)
|
|
})
|