-
Notifications
You must be signed in to change notification settings - Fork 6
只在指定的 Vue 组件中加载外部 JS 文件 #150
Copy link
Copy link
Closed
Labels
VuePowerful frameworkPowerful framework
Description
解决过程
- Google 关键字:
vue-cli load external js condition - 解决方案:How to add external JS scripts to VueJS Components?
关键代码:
<template>
<div>
This is my component
<script type="application/javascript" defer src="..."></script>
</div>
<template>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
VuePowerful frameworkPowerful framework