You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
216 B
19 lines
216 B
5 months ago
|
<template>
|
||
|
<div class="L-assets-info">
|
||
|
<div class="">
|
||
|
aaaaa
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
name: "AssetsAuth",
|
||
|
data() {
|
||
|
return {
|
||
|
}
|
||
|
},
|
||
|
methods:{
|
||
|
},
|
||
|
}
|
||
|
</script>
|