Vue的组件中的问题 template 报错

const school = Vue.extend({
template:'


学校名称:{{name}}


学校地址:{{address}}



',

    data() {
        return{
            name:'111111111111',
            address:'222222222222'
        }
    }
})

错误:Uncaught SyntaxError: Invalid or unexpected token

![img]( https://img-mid.csdnimg.cn/release/sta
img
tic/image/mid/ask/063231881926187.png 'image.png')

代码发出来或者截个图

template 和data() 是一个级别的,不用单独定义

写代码不要用中文命名文件的习惯