-
在网上看了一下Vue.axios教程,为什么this.axios.get('/api/hot')就可以获得返回,不用设置baseURL吗?
this.axios.defaults.baseURL = 'http://music.qq.com/musicbox/shop/v3/data/hit';
this.axios.get('/hit_newsong.js')
…
-
Hello sir,
I implemented vue-acl it works but when i update the permission then my menus are not hide & showing instantly as per permission on frontend.
There are only single role but i have ad…
-
Hi everyone,
I am trying to install this package in nuxtjs but it seems to no be working
**My vue-xlsx.js plugin**
```
import Vue from 'vue'
import { XlsxWorkbook, XlsxSheet, XlsxDownload } from…
-
## 关于vue中api文件的封装方式(二)
```
项目src下新建api文件夹,在文件夹下新建myapi.js文件,内容如下
```
```
var axios = require('axios')// 引用axios
axios.defaults.baseURL = 'https://abc.org/api/v1' ;// 配置API接口地址
axios.def…
-
# 依赖
```json
{
"name": "computing-platform",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"sea": "vite --mode sea",
"build": "vue-…
-
Hi, i try to use autocomplete component with typescript and ms visual studio. This code is based on examples from official [documentation](https://vuematerial.io/components/autocomplete)
But i get …
-
I think we need to rework on the **vue-core module** and to split between smaller modules.
I think the **vue-core** module should add:
- Vue.js with Vite
- axios
- vue-router (can be discussed)
…
-
如何在全局使用axios的实例呢?
[我也要出题](http://web.haizlin.cn/interview/)
-
My Tweet ID is pulled using the Buffer API and I would like to make it as the Tweet ID.
I have tried but it does not seem to work (or probably I am missing something. I am still quite new to Vue JS…
-
Hi
I have just installed the carousel as per the docs and trying to display images (using a combination of vuetify v-img).
However on the homepage the carousel does not load correctly, the arrow…