Files
youlegames/codes/agent/game/dlweb/api/web2/components/template.js
2026-03-15 01:27:05 +08:00

10 lines
85 B
JavaScript

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