Logo white

BJ_web_developers / parkingpay

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • parkingpay
  • src
  • components
  • pay.vue
  • init
    35b48aa6
    liuqimichale authored
    2018-12-03 17:46:12 +0800  
    Browse Code ยป
pay.vue 117 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
<template>
  <div>1</div>
</template>

<script>
export default {
  name: 'pay'
}
</script>

<style scoped>

</style>