clear unneeded initalize
This commit is contained in:
@@ -127,12 +127,6 @@ const handleClose = () => {
|
|||||||
* Handle page loading
|
* Handle page loading
|
||||||
*/
|
*/
|
||||||
const handleLoad = async () => {
|
const handleLoad = async () => {
|
||||||
pageStatus.value = 200;
|
|
||||||
pageLoading.value = true;
|
|
||||||
showForm.value = "";
|
|
||||||
fileUrl.value = "";
|
|
||||||
fileName.value = "";
|
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user