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.
22 lines
313 B
22 lines
313 B
4 years ago
|
<template>
|
||
|
<div class="m-design">
|
||
|
<img src="@/assets/img/aiaf-design/cheliu.png" />
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
mixins: [],
|
||
|
data() {
|
||
|
return {};
|
||
|
},
|
||
|
components: {},
|
||
|
methods: {},
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
<style
|
||
|
lang="scss"
|
||
|
src="@/assets/scss/modules/ai/index.scss"
|
||
|
scoped
|
||
|
></style>
|