# It is possible edit secret page

**URL:** https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101
**Category:** Vue Designer
**Tags:** tutorial
**Created:** [August 28, 2024, 4:02am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101 "2024-08-28T04:02:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![hasan](https://avatars.discourse-cdn.com/v4/letter/h/df705f/32.png) [@hasan](https://forum.pinegrow.com/u/hasan)
#### Post date: [August 28, 2024, 4:02am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/1 "2024-08-28T04:02:29Z")

</div>

Hi, i just create new admin login page that no link to go there because is typically secret page, it is possible to edit this login.vue page without navigate to there, usually i clicked the link then select the page.vue from tree panel to make it editable.

---

<div class="post-metadata">

### Author: ![TechAkayy](https://avatars.discourse-cdn.com/v4/letter/t/ce73a5/32.png) [@TechAkayy](https://forum.pinegrow.com/u/TechAkayy)
#### Post date: [August 28, 2024, 5:05am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/2 "2024-08-28T05:05:57Z")

</div>

Hi @hasan,

You are doing it right already, going into click mode, then loading the page from App Tree.

With click-mode essentially you are interacting with your app just like how your users will be using it. So, when you are in click-mode, navigate to your login page, enter your credentials, then once you have authenticated and landed on your secret-safeguarded page, you just use the App Tree to edit your components of the secret-safeguarded page.

App Tree represents the live page in your page view.

Refer to this post for screenshots and similar explanation - [Laravel + Inertia + Vue - #2 by TechAkayy](https://forum.pinegrow.com/t/laravel-inertia-vue/8449/2)

Let me know how you go. Cheers!

---

<div class="post-metadata">

### Author: ![hasan](https://avatars.discourse-cdn.com/v4/letter/h/df705f/32.png) [@hasan](https://forum.pinegrow.com/u/hasan)
#### Post date: [August 28, 2024, 5:37am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/3 "2024-08-28T05:37:22Z")

</div>

I can’t edit the /login page in vue designer, because is not showed in web perview i need to navigate first with NuxtLink or anchor tag, I didn’t give this link on purpose, because the login page is confidential, I could have given it a link when I edited it and deleted it when I published the website, but that’s a bit over and over again, if it possible can i just enter url /login page at vue designer directly.

---

<div class="post-metadata">

### Author: ![TechAkayy](https://avatars.discourse-cdn.com/v4/letter/t/ce73a5/32.png) [@TechAkayy](https://forum.pinegrow.com/u/TechAkayy)
#### Post date: [August 28, 2024, 5:49am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/4 "2024-08-28T05:49:34Z")

</div>

Gotcha. For this, use `Nuxt Devtools` and navigate to the login page by entering the route manually. This way, you don’t have to add a redundant NuxtLink to the login page, simply during development. Then, you can use the App Tree to load the login.vue page or it’s components to work on them.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/1/1d2632bdb0c445071859031259dd540cb619dc51.jpeg)

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/0/06d7911798d47460bcb257e0c0f983ccc53a3803.png)

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/6/60510f28b01136c9609d9774298be955bcda5b15.png)

---

<div class="post-metadata">

### Author: ![hasan](https://avatars.discourse-cdn.com/v4/letter/h/df705f/32.png) [@hasan](https://forum.pinegrow.com/u/hasan)
#### Post date: [August 28, 2024, 7:12am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/5 "2024-08-28T07:12:53Z")

</div>

Thankyou that was what i mean 🤣 🎉, sorry for mybroken english 🙏

---

<div class="post-metadata">

### Author: ![TechAkayy](https://avatars.discourse-cdn.com/v4/letter/t/ce73a5/32.png) [@TechAkayy](https://forum.pinegrow.com/u/TechAkayy)
#### Post date: [August 28, 2024, 9:23am UTC](https://forum.pinegrow.com/t/it-is-possible-edit-secret-page/9101/6 "2024-08-28T09:23:04Z")

</div>

Your english is just fine mate.

The Vue & Nuxt Devtools have a huge array of helpful features.

I find it very handy when using the panel as a floating panel (the float icon left of the close button) and moving it to my secondary display. But, yeah don’t overuse it 😉
