我在哪里将Google翻译插件代码添加到我的Vue应用中

时间:2018-11-30 18:05:28

标签: vue.js vue-component google-translate

我在哪里添加Google翻译插件 在我的Vue应用中具有以下类型的代码

  `{
  "short_name": "Elm App",
  "name": "Create Elm App Sample",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "./index.html",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}

将其添加到模板会导致错误,因为不允许产生副作用的代码或标签。

我可以在公共组件中放置另一个脚本标签吗?

0 个答案:

没有答案