Vue中換行函式及具體操作

2021-10-19 19:07:02 字數 562 閱讀 6156

element中,使用messagenotification等,預設內容是不換行的。所以這裡給大家推薦乙個簡單又便捷的寫法。

notification為例,閱讀官方文件,新增dangerouslyusehtmlstring屬性。

例如:

**

this

.$notify()

;**

但是這樣,data中的\n也不會自動換行,這是新增乙個函式:

private

tobreak

(val: any)

(注意:這裡是typescript寫法,函式後不要加:void

改寫:

**

this

.$notify()

;

這樣,彈出框的內容部分就自動換行了!

Spring 具體操作

1.建立物件 ioc建立物件的方式1.預設使用無參構造建立物件 2.在呼叫 getbean 方法時,配置檔案內的所有物件都被建立 使用有參構造建立物件 xmlns xmlns xsi xsi schemalocation user class com.liye.pojo.user name age ...

MFC ListControl 具體操作詳細用法

1 listcontrol初始化 listcontrol初始化 新增在虛函式cdlg oninitdialog 中 m mylist.modifystyle 0l,lvs showselalways dword dwstyle m mylist.getextendedstyle dwstyle lv...

github fork工作(具體操作)

更新於20201110 git add remote upstream url.git 遠端庫,公共開發倉庫 git add remote localhost url.git 本地庫,自己倉庫切換到轉殖的資料夾 cd 在本地建立乙個新的分支,用來提交 git checkout b cq b第一次使用...