perf[errorLog]:optimized error-log

This commit is contained in:
Pan
2017-12-12 18:14:31 +08:00
parent 85492f148f
commit f9aaaa9091
8 changed files with 118 additions and 74 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
<!--error code-->
{{a.a}}
<!--error code-->
</div>
</template>
<script>
export default {
name: 'errorTestA'
}
</script>