Files
youlegames/codes/agent/game-docker/dlweb/api/web2/components/template.js
2026-04-10 16:44:13 +08:00

10 lines
85 B
JavaScript

var templ = {
template: `
`,
data: function () {
return {
}
}
}