1 Star 0 Fork 647

Andelee/xdh-map

forked from VTJ.PRO/xdh-map 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jsdoc-for-vue.js 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2019-03-06 16:15 . publish
const compiler = require('vue-template-compiler')
exports.handlers = {
// 利用 vue-template-compiler 编译 vue 模板
beforeParse: function (e) {
if (/\.vue$/.test(e.filename)) {
const output = compiler.parseComponent(e.source);
e.source = output.script ? output.script.content : '';
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Andelee/xdh-map.git
git@gitee.com:Andelee/xdh-map.git
Andelee
xdh-map
xdh-map
master

搜索帮助