iview/local/routers/index.vue

22 lines
270 B
Vue
Raw Normal View History

2016-09-09 14:29:19 +08:00
<style>
</style>
<template>
<div>welcome</div>
</template>
<script>
export default {
props: {
},
data () {
return {
}
},
methods: {
}
}
</script>