Simplify ContentList
This commit is contained in:
@@ -44,15 +44,11 @@ const props = defineProps({
|
||||
creatorId: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
contents: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
const client = useClient()
|
||||
const contents = ref(props.contents)
|
||||
const contents = ref([])
|
||||
const errorMessage = ref()
|
||||
let last_id = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user