fixed linting errors on build
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, computed } from 'vue'
|
||||
import { ref, computed, defineProps, defineEmits } from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
rating: {
|
||||
|
||||
Reference in New Issue
Block a user