Vue plugin error: Vue.js is detected on this page. Problem solved

Vue plugin error: Vue.js is detected on this page. Problem solved

Vue plugin reports an error: Vue.js is detected on this pag

Download Vue plugin

Download address: https://chrome.pictureknow.com/

Drag the downloaded crx file into the extension program

First go to https://www.bilibili.com/

Verify that Vue.js.devtools is installed (see the color of the plugin). Because Station B is developed based on Vue.

Solution: Vue.js not detected

Turn on "Allow access to file URLs" and "Collect errors".

Solution: Vue.js is detected on this page.

Add the following code in your project file main.js:

main.js

import Vue from 'vue'
Vue.config.devtools = true

This is the end of this article about Vue plug-in error: Vue.js is detected on this page. Problem solving. For more related Vue plug-in Vue.js is detected on this page. Error content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Example code of vue using Moment plugin to format time
  • The whole process of developing a Google plug-in with vue+element
  • Example of using swiper plugin to implement carousel in Vue
  • How to introduce Excel table plug-in into Vue
  • How to build a drag and drop plugin using vue custom directives
  • Vue code highlighting plug-in comprehensive comparison and evaluation
  • Based on vue-simple-uploader, encapsulate the global upload plug-in function of file segment upload, instant upload and breakpoint resume
  • How to use vue-bootstrap-datetimepicker date plugin in vue-cli 3

<<:  Introduction to general_log log knowledge points in MySQL

>>:  Centos8 (minimum installation) tutorial on how to install Python3.8+pip

Recommend

Pure CSS header fixed implementation code

There are two main reasons why it is difficult to...

Quickly solve the problem that CentOS cannot access the Internet in VMware

Yesterday I installed CentOS7 under VMware. I wan...

Common tags in XHTML

What are XHTML tags? XHTML tag elements are the b...

HTML small tag usage tips

Phrase elements such as <em></em> can ...

React's transition from Class to Hooks

Table of contents ReactHooks Preface WhyHooks? Fo...

Example code for element multiple tables to achieve synchronous scrolling

Element UI implements multiple tables scrolling a...

The problem of form elements and prompt text not being aligned

Recent projects involve the creation of a lot of ...

Detailed explanation of how to use Vue self-nested tree components

This article shares with you how to use the Vue s...

How to use Navicat to export and import mysql database

MySql is a data source we use frequently. It is v...

Detailed explanation of the construction and use of docker private warehouse

1. Download the repository image docker pull regi...

Vue implements left and right sliding effect example code

Preface The effect problems used in personal actu...

How to use the vue timeline component

This article example shares the specific implemen...