GitHub - WechatFE/vConsole-elements: An vConsole plugin which can view the elements of a page.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jul 16, 2021. It is now read-only.

vConsole-elements

npm version

A vConsole plugin which can view HTML elements.

Usage

Simply import vconsole-elements.min.js after vconsole.min.js:

<script src="path/to/vconsole.min.js"></script>
<script src="path/to/vconsole-elements.min.js"></script>