vue常见错误汇总 Posted on 2019, Jun 22 by mannuan One min read new Vue(), V要大写 .vue文件中的<template></template>中不可以出现空行 vue模板中的el指向的是id,所以为了标识id,在前面要加上”#”