在我的XPages项目中包含Vue.js框架时遇到了问题,在使用下面的脚本来包含之后,我不断得到错误can‘t find New Vue
<xp:script src="vue/Vue.js" clientSide="true"> </xp:script>发布于 2019-07-11 12:40:57
你可以通过在主题中调用它来实现,比如
<!-- This VUE DEVELOPMENT -->
<resource>
<content-type>application/x-javascript</content-type>
<href>js/vue.development.js</href>
</resource>
<!-- This VUE DEVELOPMENT -->https://stackoverflow.com/questions/46210507
复制相似问题