1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
volcanos/page/demo.js
2020-04-29 01:15:41 +08:00

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)
})