MCPcopy Index your code
hub / github.com/TruthHun/BookStack / pushVueLists

Function pushVueLists

static/js/editor.js:147–154  ·  view source on GitHub ↗

* 将数据重置到Vue列表中 * @param $lists

($lists)

Source from the content-addressed store, hash-verified

145 * @param $lists
146 */
147function pushVueLists($lists) {
148
149 window.vueApp.lists = [];
150 for(var j in $lists){
151 var item = $lists[j];
152 window.vueApp.lists.push(item);
153 }
154}
155
156//实现小提示
157$("[data-toggle='tooltip']").hover(function () {

Callers 2

markdown.jsFile · 0.85
loadDocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected