こんにちは!
一点質問させてください。
タイトルの通り、vueコンポーネントの中でGAS関数を使いたいのですが、下記のエラーが出てしまいます。
何かモジュールのインストールが必要なのでしょうか?
私なりにいろいろと調べてみたのですが、これといった答えにたどり着けませんでした。
どなたかわかる方いらっしゃいますでしょうか?
よろしくお願いします。
_________________________________
↓該当するファイルです(HtmlWebpackInlineSourcePluginを使ってjsをhtmlにインライン出力しています)
/App.vue <template lang="pug"> div Button(@click="DataImport") インポート </template> <script lang="ts"> import { Component, Vue } from 'vue-property-decorator'; import Button from '@/components/Button.vue'; @Component({ components: { Button }, }) export default class App extends Vue { private DataImport() { google.script.run .withSuccessHandler().getData() } } </script> <style lang="scss"> #app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px; } </style>
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。