Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

只在指定的 Vue 组件中加载外部 JS 文件 #150

Closed
Dream4ever opened this issue Jun 3, 2021 · 0 comments
Closed

只在指定的 Vue 组件中加载外部 JS 文件 #150

Dream4ever opened this issue Jun 3, 2021 · 0 comments
Labels
Vue Powerful framework

Comments

@Dream4ever
Copy link
Owner

解决过程

关键代码:

<template>
  <div>
    This is my component
    <script type="application/javascript" defer src="..."></script>
  </div>
<template>
@Dream4ever Dream4ever added the Vue Powerful framework label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Vue Powerful framework
Projects
None yet
Development

No branches or pull requests

1 participant