Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
A Beginner's Guide to Vue Router

Course Introduction:This tutorial demonstrates building a simple Pokedex app using Vue 3 and Vue Router 4, showcasing key routing concepts. We'll cover setting up the router, handling route parameters, declarative and programmatic navigation, nested routes, and impleme

2025-02-09 comment 0  475

Mastering the Deprecated `addRoutes` Method in Vue Router .roject

Course Introduction:Keeping up with the ever-evolving world of web development can be a daunting task, but fear not! This project, "Adding Deprecation Warning to Vue Router," is here to guide you through the process of updating your Vue Router 3.4.9 applicatio

2024-10-20 comment 0  903

Vue Router Navigation Guards: Troubleshooting Common Issues

Course Introduction:This article addresses common issues in debugging Vue Router navigation guards. It details troubleshooting steps, including using browser developer tools, Vue Devtools, and logging. Best practices for writing efficient, maintainable guards are also

2025-03-07 comment 0  1112

Why is there no page request information on the console network after vue-router jump?

Course Introduction:Why is there no page request information on the console network after vue-router jump? When using vue-router for page redirection, you may notice a...

2025-04-04 comment 0  1062

How to handle routing with Vue Router in Vue

Course Introduction:To efficiently handle routing in Vue applications, you need to install and configure VueRouter first, and then use and implement navigation and component rendering. The specific steps are: 1. Use npm to install vue-router@4 (Vue3) or @3 (Vue2), create router/index.js file to define the routing table and configure history mode with createRouter; 2. Introduce and use router plug-in in main.js; 3. Use generate navigation links in templates to display matching components; 4. Define dynamic routes with parameters such as '/user/:id', and obtain parameters through $route.params or useRoute() in the component; 5. Be the path

2025-08-19 comment 0  106

MoreTechnical Articles
vue-cli4 mall project case

Course Intermediate  9577

Course Introduction:In this chapter, we use vue-cli4 to build the vue mall homepage. The technical hot spots involved mainly include: bus sibling component communication, axios asynchronous request, watch data monitoring, etc.!

VUE Advanced—Mobile App Development

Course Intermediate  8496

Course Introduction:Realize the packaging of the project, talk about several ways to develop mobile apps, use HBuliderX to package mobile websites into mobile apps, talk about the role of defineProperty, talk about the difference between server-side rendering and client-side rendering, understand the role of Nuxt, understand The role of asyncData.

thinkphp5.1+vue-Ele.me full stack development

Course Intermediate  15072

Course Introduction:What kind of sparks will come from the collision between thinkphp5.1, which has done a lot of optimization for API development, and vue, a progressive framework for building user interfaces? How can Ele.me, the overlord of the fast food industry, be developed?

Vue 3.0 new practical course-Season 1

Course Intermediate  44507

Course Introduction:Vue.js is a very popular front-end development framework that adopts a progressive bottom-up development model and uses the mainstream MVVM design framework. This course is based on the core concepts and common technologies of Vue.js development, allowing you to understand and master the core knowledge of the Vue.js framework in the shortest possible time, laying a good foundation for further study.

Vue 3.0 new practical course-Season 2

Course Intermediate  14959

Course Introduction:Vue.js is a very popular front-end development framework that adopts a progressive bottom-up development model and uses the mainstream MVVM design framework. This course is based on the core concepts and common technologies of Vue.js development, allowing you to understand and master the core knowledge of the Vue.js framework in the shortest possible time, laying a good foundation for further study.

More courses
  • How to access VUE instance in vue-router?

    As shown in the picture, vue-router is used in the project and placed under the path in the picture /router/index.js. Vue and vue-router {code...} are defined in main.js. Vue.prototype.debug = true Now I want to know how to access Vue.prototype.debug in /router/index.js...

    2017-05-19 10:24:34 0  1  1278

  • javascript - The content in vue-router <router-view> is not rendered? What is the principle of vue-router?

    I encountered a problem when getting started with vue-router. The content in the &lt;router-view&gt; tag is not rendered. I checked the vue-router documentation and I don’t understand what the problem is. I am very curious, what is the principle of vue-router? After searching, there is a similar problem here...

    2017-05-19 10:45:56 0  1  1077

  • javascript - vue router error

    When using vue-router, after packaging with webpack, why does this error appear? Uncaught TypeError: Cannot redefine property: $router The following is the configuration of wbpack. Is it a webpack configuration problem?

    2017-05-19 10:24:48 0  1  646

  • javascript - vue router-link

    The traditional a can be opened in a new tab&lt;router-link:to="{path:'name'}"&gt;&lt;/router-link&gt;Can vue's vue-router achieve the traditional effect? The spa application does not open in a new tab.

    2017-05-19 10:32:06 0  2  816

  • Vue-Router simulation using Vue-Test-Utils and Vitest

    I'm trying to understand the logic of mocking Vue-Router with Vitest. To do this, I'm trying to setup and simulate my test environment on a very simple project. When I try to follow the official documentation of Vue-Test-Utils, I always get an error. I don't know if it's because they use Jest. Using real vue-router solved my problem, but I think mocking vue-router is better. Below I will first convey the source code of the project, and then the errors I received. Home.vue<scriptsetup

    2023-08-25 09:26:52 0  1  849

MoreQ&A

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved