first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
@@ -0,0 +1,3 @@
1.script 节点使用//注释占位影响日志输出行数正确性
2.checkbox 支持子节点文本内容
4.value="" 属性 value="" 时保留格式
@@ -0,0 +1,3 @@
# mpvue-template-compiler
> This package is auto-generated. For pull requests please see [src/platforms/mp/entry-compiler.js](https://github.com/Meituan-Dianping/mpvue/blob/master/src/platforms/mp/entry-compiler.js).
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,17 @@
try {
var vueVersion = require('mpvue/package.json').version
} catch (e) {}
var packageName = require('./package.json').name
var packageVersion = require('./package.json').version
if (vueVersion && vueVersion !== packageVersion) {
throw new Error(
'\n\nVue packages version mismatch:\n\n' +
'- vue@' + vueVersion + '\n' +
'- ' + packageName + '@' + packageVersion + '\n\n' +
'This may cause things to work incorrectly. Make sure to use the same version for both.\n' +
'If you are using mpvue-loader, re-installing them should bump ' + packageName + ' to the latest.\n'
)
}
module.exports = require('./build')
@@ -0,0 +1,27 @@
{
"name": "mpvue-template-compiler",
"version": "1.0.13",
"description": "mpvue template compiler for Vue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Meituan-Dianping/mpvue.git"
},
"keywords": [
"vue",
"compiler",
"mp",
"mp",
"antmp"
],
"author": "meituan.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meituan-Dianping/mpvue/issues"
},
"homepage": "https://github.com/Meituan-Dianping/mpvue/",
"dependencies": {
"he": "^1.1.0",
"de-indent": "^1.0.2"
}
}