Sign in

秦苗苗 / yjs-h5 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • yjs-h5
  • src
  • pages
  • tzkc
  • python.vue
  • 20190516
      87277c1e
    qmmiao authored
    2019-05-16 15:40:19 +0800  
    Browse Code »
python.vue 327 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<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>