Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
388 views
in Technique[技术] by (71.8m points)

vue.js 使用v-html插入一段html代码,html中带有onclick=''xxx()''

clipboard.png

插入一段html代码,html中还有onclick="xxx()",在methods中有定义该方法,但编译后在页面上点击按钮会错,说方法没有定义,求怎么解决


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

可以通过模板的形式插进去,也可以通过v-if控制渲不渲染,完全可以不用v-html,然后用v-on:click="xx" 就可以了


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...