iview/test/routers/tree.vue
梁灏 89f2ba8bad init Tree component
init Tree component
2017-02-06 11:24:03 +08:00

13 lines
No EOL
183 B
Vue

<template>
</template>
<script>
export default {
props: {},
data () {
return {};
},
computed: {},
methods: {}
};
</script>