1. How do I use Echarts.Examole for vue?...
write an ajax request method, which is normal in the component, but it is not normal to extract it into the file of the public method, so report Cannot read property "$http " of undefined. What on earth is going on? I ve been studying it for a day, bu...
home ...
how does the vue browser refresh jump to the specified page ...
1. The latest vue-cli build project used 2. After jsonp calls the interface 3.npm run build in the vue-resourse used, the browser opens as shown in figure 4. Code address: https: github.com JingzhaoLi. ...
I practiced what vue did during the project, so I used the third-party interface. Using proxies in local testing can solve cross-domain problems, as follows proxyTable: { api : { " api""https: zapi.tourzj.com" targe...
related code blocks are as follows: this.$http.post( api XXX , this.XXX, { progress: progressEvent => { if (progressEvent.lengthComputable) { this.$nextTick(() => { this.percent = Math.ceil((progressE...
question: put css and js, of layui in static and also introduce these two css and js, in index.html. These two css and js, are also introduced in main.js using import, but writing layer.msg ( "hello ") in the mounted function in the build is an error ...
problem description pass the key value to the background and change the obtained data through the key value. the environmental background of the problems and what methods you have tried change the contents of the table by passing the key value to ...
Boss, let me ask you a question. I am working on a workbench project that requires all data requests to be managed in a js file. I now execute the request data method here, and then I can t get the value of return. Please help me to see what s going o...
there are js cart.js, cart.html and cartdata.json, files on the same layer in the root directory. Use in cart.js. this.$http.get("cartData.json").then(function (res) { this.productList = res.body.result.list; }).catch(function (res) { ...
my project introduces vue2.min.js and vue-resource.min.js files. How can I set the callback function? this.$http.post(url, { keywords : [ { key : key, limit : 50 } ] },{timeout : 3000}).then(function(res) {...
I configured prxyTable: const proxyTable = { musichall : { in webpack.dev.conf.js and index.js with vue-resorce target: https: c.y.qq.com , changeOrigin: true, pathRewrite: {} }, splcloud : { target: https: c.y.qq.com , changeOrigin: t...
vue gets the interface on https: y.qq.com m index.html QQ Music https: c.y.qq.com musichall ... methods: { },: how to solve this problem? I use jsonp, not to package this cross-domain problem, but I can t get the data . ...
< H2 > Thank You For Your time! < H2 > I want to modularize all the interfaces index-page.vue import { getCarList } from api car.js ; created: function () { getCarList(); }, car.js export function getCarList() { let url = domain ...
such a problem occurs when executing npm install vue-resource-- save D:myProjecttranslate > npm install vue-resource-- save npm err! Code ENOTFOUND npm err! Errno ENOTFOUND npm err! Network request to https: registry.npmjs.org vu. failed, reas o...
page developed by vue webpack packaged vue program. these requests seriously affect the rendering speed of the page expected structure: remove these useless application requests. ...
I watched a video on the Internet, using the previous version of vue2.0, so the get and post configured with vue-resource are in the dev-server.js under build.js, while I am using the new version after vue2.0, so there are no dev-server.js files in the ...
< H1 > when the browser makes a non-simple request to the server, there will be an options pre-request. Can this be shielded? < H1 > now every time I enter the application, I verify the token and get a new token,. However, due to the pre-request probl...
there is an initial data interface from 1 to 4, and the subsequent navigation data is obtained from the database; and the first-level routes are directed to the first by default; when I click 1, the route to 4 is displayed. Ask for a simple demo or som...