2020-08-27 17:18:57 +08:00

221 B

layout
templateLayout
<template>
    <img src="../../images/framework.jpg" v-zoom  style="width: 100px;"/>
</template>
<script>
export default {
    data(){
        return {
        }
    }
}
</script>