-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(extension): vue2 migration guide popup page (#658)
- Loading branch information
1 parent
82509c9
commit 813ffbd
Showing
9 changed files
with
117 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
packages/chrome-extension/popups/vue2-migration-guide.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" type="text/css" href="./popup.css" /> | ||
|
||
<div class="migration-guide"> | ||
<h2>Migration Tips</h2> | ||
<p style="text-indent: 8px"> | ||
Vue DevTools v7 detected in your Vue2 project. v7 only supports Vue3 and will not work. | ||
</p> | ||
<p style="text-indent: 8px"> | ||
The legacy version that supports both Vue 2 and Vue 3 has been moved to | ||
<a target="_blank" href="https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp" | ||
>here</a | ||
>, please install and enable only the legacy version for your Vue2 app. If you're still using v5 version, you can | ||
install it | ||
<a | ||
target="_blank" | ||
href="https://chromewebstore.google.com/detail/vuejs-devtools-v5/hkddcnbhifppgmfgflgaelippbigjpjo" | ||
>here</a | ||
>. | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
packages/firefox-extension/popups/vue2-migration-guide.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" type="text/css" href="./popup.css" /> | ||
|
||
<div class="migration-guide"> | ||
<h2>Migration Tips</h2> | ||
<p style="text-indent: 8px"> | ||
Vue DevTools v7 detected in your Vue2 project. v7 only supports Vue3 and will not work. | ||
</p> | ||
<p style="text-indent: 8px"> | ||
The legacy version that supports both Vue 2 and Vue 3 has been moved to | ||
<a target="_blank" href="https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp" | ||
>here</a | ||
>, please install and enable only the legacy version for your Vue2 app. If you're still using v5 version, you can | ||
install it | ||
<a | ||
target="_blank" | ||
href="https://chromewebstore.google.com/detail/vuejs-devtools-v5/hkddcnbhifppgmfgflgaelippbigjpjo" | ||
>here</a | ||
>. | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters