芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/vue/src/platforms/web/compiler/directives/html.ts
import { addProp } from 'compiler/helpers' import { ASTDirective, ASTElement } from 'types/compiler' export default function html(el: ASTElement, dir: ASTDirective) { if (dir.value) { addProp(el, 'innerHTML', `_s(${dir.value})`, dir) } }