iview/local/routers/index.vue
梁灏 7fa943eb39 init
init
2016-09-09 14:29:19 +08:00

21 lines
270 B
Vue

<style>
</style>
<template>
<div>welcome</div>
</template>
<script>
export default {
props: {
},
data () {
return {
}
},
methods: {
}
}
</script>