该库 ( https://github.com/makinacorpus/Leaflet.TextPath ) 由一个 JavaScript 文件组成,其中包含一个应该在加载时执行的大函数,该函数定义了功能并将其添加到 Polyline 通过调用L.Polyline.include
和L.LayerGroup.include
. 有没有办法使用 Vue.js 在正确的位置导入和执行这个文件?
到目前为止,我通过 npm 安装了库,然后在全局和组件本身中尝试了import leaflet-textpath
and 。在组件中会将 setText 函数添加到全局 L 对象,但既不会添加到 L-Polyline 组件,也不会添加到它的地图对象。import leaflet-textpath/leaflet.textpath
import "leaflet-textpath"