The current version has not been tested for the overall business, and those with the same needs are welcome to try it out. Preview 1. Demand Analysis Since Vue is heavily used in Example scenario:
2. Tried methodsI tried the following methods, but none of them worked as I expected: 2.1 keep-alive Generally, two
2.2 CSS with nested routes When I was looking at the examples of But there are also disadvantages:
3. Functional description
4. Installation and UsageInstall: npm install vue-page-stack # OR yarn add vue-page-stack use: import Vue from 'vue' import VuePageStack from 'vue-page-stack'; // vue-router is required Vue.use(VuePageStack, { router }); // App.vue <template> <div id="app"> <vue-page-stack> <router-view ></router-view> </vue-page-stack> </div> </template> <script> export default { name: 'App', data() { return { }; }, components: {}, created() {}, methods: {} }; </script> 5. API 5.1 Registration When registering, you can specify the name and Vue.use(VuePageStack, { router, name: 'VuePageStack', keyName: 'stack-key' }); 5.2 Forward and Backward If you want to add some animations when going forward, backward or on a special route, you can use 6. Related instructions6.1 keyName Why is the 6.2 Principle The This plugin has been in my mind for a long time. I worked on it on and off for a long time, and finally I got it done. I am really happy. The current version has not been tested for the overall business. Welcome to try it out if you have the same needs. If you have any comments or suggestions, please raise This plugin draws on both vue-navigation and vue-nav. I am very grateful for their inspiration. This is the end of this article about the details of Vue Page Stack Manager. For more relevant Vue Page Stack Manager content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to configure anti-hotlinking for nginx website service (recommended)
>>: Mysql Chinese sorting rules description
This article shares the specific code of js to ac...
Physical Structure of an InnoDB Index All InnoDB ...
This article shares the specific code of js to ac...
Recently, when I was writing web pages with PHP, I...
One trick for dealing with this type of error is t...
1. Use the SELECT clause to query multiple tables...
To beautify the table, you can set different bord...
In the previous chapters, we introduced how to ch...
Detailed Analysis of Iframe Usage <iframe frame...
As a front-end novice, I tinkered with the front-e...
Environmental Description: There is a running MyS...
Export: docker save -o centos.tar centos:latest #...
The PHP base image used in this article is: php:7...
Preface Any application that can be written in Ja...
Table of contents introduce Support Intel CPU Sup...