vue常見問題彙總(一)

2021-10-09 08:31:04 字數 1150 閱讀 6237

解決方法:

修改一下config下面的index.js中bulid模組匯出的路徑

module.exports =

}

assetspublicpath預設的是 『/』 也就是根目錄。而我們的index.html和static在同一級目錄下面。 所以要改為 『./ 』;

再次執行 npm run build

解決方法:

修改biuld下的utils.js,ctrl+f搜尋extracttextplugin.extract,修改此**塊

return extracttextplugin.

extract

()

原因是main.js中import順序導致自己寫的樣式被覆蓋

解決方法:

import elementui from

'element-ui'

;import

'element-ui/lib/theme-chalk/index.css'

;import vue from

'vue'

import router from

'./router'

調整下順序即可

解決方法:

新增監聽事件

watch:

}

監聽重新獲取資料或者使用forceupdate方法

this

.$forceupdate()

;//獲取新資料後重新整理dom

解決方法:

1.路由裡直接設定history模式

2.hash模式用onhashchange 事件,

mounted()

},false)}

,

修改一下config下面的index.js中dev模組

const test =

"";//apiurl

module.exports =},

},

不加這段**訪問為localhost:8080/api/login,加入後會重定向到/api/login,若介面為/login,設定裡把api去掉即可

Vue常見問題

1.響應式資料原理2.vue中如和檢測陣列變化3.vue為什麼採用非同步渲染 當資料發生變化時 核心 nexttick4.元件中的data為什麼必須是函式 5.nexttick實現原理6.vue中computed的特點 7.vue中deep true是如何實現的 8.vue生命週期 beforemo...

Oracle常見問題彙總

1 如果建立了多個oracle例項,那麼訪問em的時候預設訪問的是第乙個例項的,如何訪問第二個呢?看下這個檔案就會明白了 oracle home install portlist.ini enterprise manager console http 埠 shili1 1158 enterprise...

ab常見問題彙總

測試伺服器ab 被測試伺服器apache apache版本2.2.25 問題一 socket too many open files 24 解決 在測試伺服器操作 1 檢視當前系統設定 open files n 1024為1024 root localhost ulimit a core file ...