登录 注册
当前位置:主页 > 资源下载 > 21 > nuxt-google-maps-module用于插入Google Maps脚本

nuxt-google-maps-module用于插入Google Maps脚本

  • 更新:2024-10-23 19:21:08
  • 大小:138KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Nuxt Google地图模块 用于导入Google地图脚本的NuxtJS模块 目录 要求 npm NuxtJS 节点JS 安装 $ npm install --save nuxt-google-maps-module 入门 添加nuxt-google-maps-module到modules的部分nuxt.config.js 。 { modules : [ // Simple usage 'nuxt-google-maps-module' , // With options [ 'nuxt-google-maps-module' , { /* module options */ key : 'GOOGLE MAPS KEY' , // Default } ] , ] } 甚至 { modules : [ 'nuxt-google-maps-module' , ] , maps : { key : 'GOOGLE MAPS KEY' , } , } 用法 在nuxt.confi