Nuxt.js でページ内でJavaScriptを使用したいのですが、できません。
<template> <div> <h1>自己紹介</h1> <p>{{ err }}</p> <a href="https://google.com">Go to Google</a> </div> </template> <script> data() { return { date: [ err: "error" ] } } </script>
回答1件
あなたの回答
tips
プレビュー
Q&A
解決済
退会済みユーザー
総合スコア0
投稿2020/07/03 12:55
Nuxt.js でページ内でJavaScriptを使用したいのですが、できません。
<template> <div> <h1>自己紹介</h1> <p>{{ err }}</p> <a href="https://google.com">Go to Google</a> </div> </template> <script> data() { return { date: [ err: "error" ] } } </script>
回答1件
あなたの回答
tips
プレビュー