remove debug
This commit is contained in:
@@ -145,7 +145,6 @@ const updateSlug = async () => {
|
|||||||
* Load the page data.
|
* Load the page data.
|
||||||
*/
|
*/
|
||||||
const loadData = async () => {
|
const loadData = async () => {
|
||||||
console.log("load data");
|
|
||||||
try {
|
try {
|
||||||
if (route.params.id) {
|
if (route.params.id) {
|
||||||
form.loading(true);
|
form.loading(true);
|
||||||
@@ -177,8 +176,6 @@ const loadData = async () => {
|
|||||||
) {
|
) {
|
||||||
return attachment.id.toString();
|
return attachment.id.toString();
|
||||||
});
|
});
|
||||||
console.log(data.post);
|
|
||||||
console.log(attachments.value);
|
|
||||||
} else {
|
} else {
|
||||||
pageError.value = 404;
|
pageError.value = 404;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user