mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
const {shy, Volcanos} = require("../proto.js")
|
|
module.exports =
|
|
Volcanos("page", {
|
|
setData: function(can, list) {
|
|
can.ui.setData({list: list||can.ui.data.list})
|
|
}
|
|
})
|