1
0
mirror of synced 2025-11-06 04:21:11 +08:00

feat: add eruda-vue

This commit is contained in:
redhoodsu
2024-08-15 11:41:25 +08:00
parent f372510ea4
commit becfd98fef
2 changed files with 9 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ eruda.init({
* [eruda-geolocation](https://github.com/liriliri/eruda-geolocation): Test geolocation.
* [eruda-orientation](https://github.com/liriliri/eruda-orientation): Test orientation api.
* [eruda-touches](https://github.com/liriliri/eruda-touches): Visualize screen touches.
* [eruda-vue](https://github.com/liriliri/eruda-vue): Vue devtools.
If you want to create a plugin yourself, follow the guides [here](https://eruda.liriliri.io/docs/plugin.html).

View File

@@ -93,6 +93,13 @@ export default [
},
desc: 'Scale down the whole page to fit screen',
},
{
name: 'Load Vue Plugin',
fn() {
loadPlugin('vue')
},
desc: 'Vue devtools',
},
{
name: 'Load Monitor Plugin',
fn() {
@@ -225,4 +232,5 @@ const pluginVersion = {
geolocation: '2.1.0',
orientation: '2.1.1',
touches: '2.1.0',
vue: '1.0.0',
}