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

Detailed explanation of Nginx static file service configuration and optimization

Root directory and index file The root directive ...

How to run nginx in Docker and mount the local directory into the image

1 Pull the image from hup docker pull nginx 2 Cre...

Specific method to delete mysql service

MySQL prompts the following error I went to "...

JavaScript to implement click to switch verification code and verification

This article shares the specific code of JavaScri...

Vue3.0 handwritten carousel effect

This article shares the specific code of Vue3.0 h...

Example of how to create a local user in mysql and grant database permissions

Preface When you install MySQL, you usually creat...

Semantics: Is Html/Xhtml really standards-compliant?

<br />Original text: http://jorux.com/archiv...

Java imports data from excel into mysql

Sometimes in our actual work, we need to import d...

React's context and props explained

Table of contents 1. context 1. Usage scenarios 2...

MySQL string splitting example (string extraction without separator)

String extraction without delimiters Question Req...

Detailed tutorial on installing MySQL 8 in CentOS 7

Prepare Environmental information for this articl...