no longer manipulating prop. still can't get formatting to twork
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<template>
|
||||
<div class="component">
|
||||
<p>{{category}}</p>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import { computed, reactive, onMounted, ref, watchEffect } from "vue";
|
||||
|
||||
export default {
|
||||
props: {
|
||||
category: {
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
setup(props){
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user