Files
zhgh_whcp/target/classes/views/platform/sys/dashboard.html
T
2026-01-08 14:58:16 +08:00

20 lines
336 B
HTML

<!--#
layout("/layouts/platform.html"){
#-->
<div id="app" v-cloak>
<file-upload upload_mode="drag"></file-upload>
</div>
<script nonce="${cspNonce!}">
new Vue({
el: "#app",
data() {
return {}
},
methods: {},
created() {}
})
</script>
<style scoped></style>
<!--# } #-->