python.vue
327 Bytes
<template>
<div>
<img src="../../assets/styles/images/Python.png" alt="">
</div>
</template>
<script>
export default {
name: 'python',
components: {},
data(){
return {}
},
methods: {
},
create() {
this.$share.initWx('/tzkc')
}
}
</script>
<style lang="" scoped>
img{width:100%;}
</style>