9 lines
168 B
Vue
9 lines
168 B
Vue
<template>
|
|
<div class="vp-raw flex flex-col">
|
|
<Rating :rating="4" />
|
|
</div>
|
|
</template>
|
|
<script setup>
|
|
import { Rating } from '../../../../src/index'
|
|
</script>
|