最新消息:图 床

vue報錯出現[Vue warn]: Error compiling template

COOL IAM 241浏览 1评论

問題描述

vue報錯出現[Vue warn]: Error compiling template

出現的原因是把新建的實例放在了被綁定的組件當中

<div id="app">
	<script type="text/">
			新建的实例
	</script>
</div>

解決方法

<div id="app">
</div>

<script type="text/javascript">
	新建的实例
</script>

转载请注明:IAMCOOL » vue報錯出現[Vue warn]: Error compiling template

5 2 votes
Article Rating
Subscribe
Notify of
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
1
0
Would love your thoughts, please comment.x
()
x