init Rate component

init Rate component
This commit is contained in:
梁灏 2017-01-17 11:26:02 +08:00
parent 1ff551864c
commit 49d380cf99
9 changed files with 193 additions and 1 deletions

15
test/routers/rate.vue Normal file
View file

@ -0,0 +1,15 @@
<template>
<div style="margin: 100px">
<Rate></Rate>
</div>
</template>
<script>
export default {
props: {},
data () {
return {};
},
computed: {},
methods: {}
};
</script>