vue 錯誤記錄

2022-08-19 04:42:11 字數 1937 閱讀 7373

vue is not defined

這裡報錯

data:

})原來是我的  引入vue檔案 的

<

script

src="../../js/vue.js"

>

script

>

沒有放在html網頁的頭部

在寫checkbox按鈕的時候單選以後,全選的問題

在設定input標籤的時候 在繫結值的時候,在data方法裡面沒有

所以繫結了computed裡面的方法 必須要這樣寫

all:)

},set(){}

},

打包的時候出現異常:

中的 about_execution_policies。

所在位置 行:

1 字元: 1

+ webpack ./src/main,js ./dist/bundle.js

+ ~~~~~~~

+categoryinfo : securityerror: (:) ,pssecurityexception

+ fullyqualifiederrorid : unauthorizedaccess

解決辦法:

無法載入指令碼,使用管理員身份執行 powershell,

然後輸入 set-executionpolicy remotesigned

輸入y即可

解釋:首次在計算機上啟動 windows powershell 時,現用執行策略很可能是 restricted(預設設定)。

restricted 策略不允許任何指令碼執行。

1restricted 執行策略不允許任何指令碼執行。

allsigned 和 remotesigned 執行策略可防止 windows powershell 執行沒有數字簽名的指令碼。

這個是webpack版本問題切換到低版本就可以了

ps e:\vscode2\02webpack配置》 webpack ./src/main.js ./dist/bundle.js

hash: 1ad48485e5467e266385

version: webpack 3.6.0

time: 56ms

asset size chunks chunk names

bundle.js 3.12 kb 0 [emitted] main

[0] multi ./src/main.js ./src/main.js ./dist/bundle.js 52 bytes [built]

[1] ./src/main.js 111 bytes [built]

[2] ./src/mathutil.js 130 bytes [built]

error in multi ./src/main.js ./src/main.js ./dist/bundle.js

module not found: error: can't resolve './dist/bundle.js' in 'e:\vscode2\02webpack配置'

@ multi ./src/main.js ./src/main.js ./dist/bundle.js

error in multi ./src/main.js ./src/main.js ./dist/bundle.js

module not found: error: can't resolve 'e:\vscode2\02webpack配置\src\main.js ' in 'e:\vscode2\02webpack配置'

@ multi ./src/main.js ./src/main.js ./dist/bundle.js

在傳遞資料的時候

後端的aip方法沒有寫@responsebody前端會找不到報404錯誤

puppet 錯誤記錄

因為測試的需要把puppet master 給乾掉了,重新安裝puppet master,重新開始認證簽名。安裝好puppet master,什麼也不做,使用之前的client 連線master,會出現以下錯誤 warning peer certificate won t be verified i...

錯誤記錄(一)

時間限制 3000 ms 記憶體限制 65535 kb 難度 2 描述 編寫乙個c程式,實現兩個分數的加減法 輸入 輸入包含多行資料 每行資料是乙個字串,格式是 a boc d 其中a,b,c,d是乙個0 9的整數。o是運算子 或者 資料以eof結束 輸入資料保證合法 輸出對於輸入資料的每一行輸出兩...

簡單錯誤記錄

使用了部落格的 設計思路。這裡主要記錄一下在處理這一題時自己理解錯的地方 1 需要從輸入的日誌資訊中提取檔名和行號。如果這樣想這個問題,那麼需要分割字串分別獲取檔名和行號。其實可以利用格式化輸入分別獲取檔名字串和行號整數值。2 輸入一條日誌,顯示一次更新的日誌資訊。理解為時迴圈輸入日誌資訊,然後將日...