zy-wxscript
v1.0.12
Published
在微信小程序里用script引入js
Downloads
1
Readme
zy-wxscript
在小程序里用script引入js
安装
npm i zy-wxscript -S
or
yarn zy-wxscript
使用
<template>
<view>
<zyWxscript src="https://xx.js" />
</view>
</template>
<script>
import zyWxscript from "zy-wxscript"
export default {
components: {
zyWxscript
}
}
</script>
目前支持:
- echarts
- vue