# 踩雷紀錄😭:Cannot read properties of null (reading 'parentNode') 我遇到這個問題通常都是網頁本來有問題了,切頁面時就會出現這個 error,所以解決網頁問題就行了。 但也會有沒報網頁的 error的情況,只有切頁面出現 `Cannot read properties of null (reading 'parentNode') `,所以這裡記錄我踩的大大大雷坑。 ## 載入外部資源會比較慢 我使用 `Nuxt3` + `Vue3`,在我頁面的其中一個元件,有個 `icon` 沒成功載入,但它沒報錯,切分頁切不了才知道有問題。 解法:將此 `icon` 改成一個 `svg` 的元件,載入變快就不會有這個問題了。
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.