我在页面上有简单的<script>连接和jquery。下面是示例:https://codepen.io/TidioSupport/pen/WNePeao 如何正确地将其添加到我的Vue组件中?因为当我尝试添加它时,我收到了:Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed. or