Vue踩坑記錄

2022-03-16 19:41:30 字數 618 閱讀 3619

官方文件沒有宣告元件名必須全小寫

vue.component('my-component-name', )
但是我的第乙個vue元件踩了這個坑

hello, melodyjerry!

錯誤顯示:

hello, melodyjerry!
正確顯示,應該是:

· this is a vue-component.

呼叫computed的方法,不能用()

currenttime1: }

currenttime2: }

currenttime1: }

currenttime1: }

頁面顯示:

currenttime1: 1

currenttime1: function ()

Vue踩坑記錄

解決方法如下 第一步 在靜態檔案下引入我們要更換的的 第二步 在index.html檔案中新增這樣一段 icon href static logo.png type image x icon shortcut icon href static logo.png type image x icon 展...

Vue踩坑記錄

一.使用import匯入外部js檔案,呼叫方法undefined 錯誤寫法 import from common js date.js console.log this.formatdate 原因 this表示vue的例項,並沒有這個方法,正確呼叫為不需要this import from commo...

Vue踩坑記錄冊

1 vue cli webpack專案 修改專案名稱 解決辦法 1 刪除 node modules 資料夾 如果修改專案名稱,需要在在package.json中修改對應的name 2 重新安裝依賴 cnpm install 3 啟動專案 cnpm run dev 2 mock 資料模擬 解決方法 1...