Vue.component("node-log-row", { props: ["v-log", "v-keyword"], data: function () { return { log: this.vLog, keyword: this.vKeyword } }, template: `
[{{log.createdTime}}][{{log.createdTime}}][{{log.tag}}]{{log.description}} 共{{log.count}}条