Files
UNION_HUTB/target/classes/views/platform/activity/basic/ActivityScope.html
T
2026-09-09 09:14:28 +08:00

46 lines
597 B
HTML

<!--#
layout("/layouts/platform.html"){
#-->
<style>
</style>
<div id="app" v-cloak>
<guava>
<user-scope ref="userScope"></user-scope>
</guava>
</div>
<script>
const vue = new Vue({
el: '#app',
mixins: [initTableMixins],
data() {
return {
}
},
components: {
'user-scope': httpVueLoader('/components/plugins/UserScope.vue?v=' + new Date().getTime()),
},
methods: {
},
mounted() {
},
async created() {
}
})
</script>
<!--#
}
#-->