summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/vue/src/views/Test.vue
blob: 3d59b5e365f4a15c9a35f0b443162f4f06880867 (plain)
1
2
3
4
5
6
7
8
9
10
11
<template>
    <div>Vue test</div>
</template>
<script>
export default {
    
}
</script>
<style lang="sass">

</style>