123
This commit is contained in:
23
src/views/Wmgy.vue
Normal file
23
src/views/Wmgy.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="home-wrapper">
|
||||
<img src="../assets/wmgy.png" alt="">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'WmgyPage',
|
||||
components: {},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user