我现在需要在页面引用某个jq插件.
我只知道在index.html里直接<script>标签可以直接引用jq
declare var $:any;
但是我现在不想在index.html里引入。能不能在需要的组件里动态引用jq?