problem description what lightweight routing framework is available at the front end that can be used separately and cached? is used like vue-router, but not with vue? I have written one myself, but I don t know how to cache between pages when mul...
Please look at the green line, which is very strange. ...
problem description for example, on the home page of http: xxx index.html-sharp , click a link to go to the application page, but the browser s url has not changed; how to make the url also change to the corresponding route http: xxx index.html-s...
.01 Sub-routing in the above figure routing version: 4.2.2, both the new and the old have been tried ...
my code is as follows: Route::rule ( a _ blank, index Index a ); Route::rule ( a _ Route::rule _ type _ expression, index Index b ); I expect the first route expression to address a, and the second route expression to address b. Actually, the...
vue.config.js module.exports = { baseUrl: process.env.NODE_ENV === production ? : , outputDir: dist , assetsDir: assets , productionSourceMap: false, filenameHashing: false, lintOnSave: true, pages, d...
1. Recently learn yaf to see the manual said default routing, after a series of installation, enter the URL to show Hello World! I am Stranger this is normal! 2. But I create a new public function testAction method in the Index.php file under c...
Thinkphp5 defines the route as a post , and how to customize the error when using get request if a post route is defined in application route.php in thinkphp5, as follows, how to customize the wrong content and return the wrong json when we req...
problem description when using react, the "page jump " we implement is implemented using roter. For example, I click on "user list " and route directly to the component of "user list ". when clicking "user list ", isn t it possible to load the c...
A warning appears in the Redirect component during route interception and redirection: Warning: You tried to redirect to the same route you re currently on: " login " Route blocking component: * * import React from "react " import {Route, Red...
Route::post( xdk plan , xdk plan save ); Route::post( xdk plan :id fav , xdk plan fav ); Route::post( xdk plan :id comments , xdk plan comments ); is to build a restful style api xdk plan post xdk plan :id fav like xdk plan :id c...
Django automatically renders the {{form}} tag in the html file into a corresponding tag < label > and input box < input >. If you want to decorate with CSS, how should the selector choose? Using input as the name of the selector directly has no effect. ...
now I have encountered a statement that cannot be written when designing a mysql article comment section that encounters a MySQL statement. Look at the table first: the last result I want is: Zhang San replied to Li Si: the article is very good ac...
Why is my tomcat closed? the above statement is not displayed here....
1. Today, under the typescript syntax of vue-cli3.0, install the vue-awesome-swiper plug-in. after using yarn add vue-awesome-swiper, reported an error that the module could not be found in import VueAwesomeSwiper from vue-awesome-swiper in main.t...
have you ever done it or not? the official demo is all dead data, and the dynamic acquisition of asynchronous data has not been able to get the value ....