init Rate component
init Rate component
This commit is contained in:
parent
1ff551864c
commit
49d380cf99
9 changed files with 193 additions and 1 deletions
15
test/routers/rate.vue
Normal file
15
test/routers/rate.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div style="margin: 100px">
|
||||
<Rate></Rate>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue