Vue學習之小知識點筆記

2021-10-22 23:58:34 字數 697 閱讀 7142

vue3專案搭建

專案搭建

工程建立配置

vue常用指令

vue常用指令

vue工程需要進行npm install

vue檔案中的標籤

一般乙個vue頁面包括template、script,看工程初始化出來的例子:

template標籤一般是寫介面相關的如div之類的,script是資料邏輯層。除了上面兩個標籤,我看還有style標籤,寫樣式

資料與資料監聽

點我繫結樣式

計算屬性

計算屬性就是當其依賴屬性的值發生變化時這個屬性的值會自動更新,與之相關的dom部分也會自動同步更新

自定義方法

表單訊息是: }

textarea 元素:

核取方塊}

多個核取方塊:

runoob

google

taobao

選擇的值為: }

```![在這裡插入描述](

Vue小知識點

動態路由 巢狀路由 routes 程式設計式導航 字串 router.push home 物件 router.push 命名的路由 router.push 帶查詢引數,變成 register?plan private router.push const userid 123 router.push ...

vue小知識點

小知識點 this.forceupdate 強制渲染 如果element table 中間某行出現貫穿線可以為其新增樣式 el table before 嵌入子元件常用方法 父元件可以通過this.refs.tree.changecon 11111 執行子元件方法並穿參 this.children ...

VUE小知識點

1 通過data中的list迴圈img 在data中需要新增 require 如 2 獲取元素的data屬性 前台 js jump e 3 js裡進行跳轉 html 點我到第二個頁面js methods 4 向data中賦值 let that this that.center 0 center為da...