<body>
<app-root></app-root>
<script>
function createClusterer() {
alert("test")
}
</script>
</body>
2.然后在ts中,写(这个是事件调用,自己写吧,就一个button的事情)
onclick() {
window 'createClusterer'
}
这样就可以调用js方法了。
1. 用style-resource把styl文件暴露到全局2. 外部.styl 文件,如果想导出变量供Vue文件使用,可以使用:export ,但是导出来的结果打印是空obj,需要将xx.styl文件名改为xxx.module.styl。