两种方法,一更换vue的括号,二用django模板语法
new Vue({ delimiters: ["{[", "]}"] // 可自定义符号 })
{% verbatim %} <div>{{ text }}</div> {% endverbatim %}
确保不会被django渲染