LoginSignup
0
1

More than 3 years have passed since last update.

NunjucksでVue.jsのマスタッシュ記法を使用する際の解決法

Last updated at Posted at 2020-03-12

Nunjucksを使用時、Vue.jsのマスタッシュ記法が干渉してしまうので、{% raw %}{% endraw %}で囲うことで、その中の全てはplan textとして出されます。

 {% raw %}
 <input v-model="ReferenceCode" placeholder="v-model" />
 <p>メッセージ :{{ ReferenceCode }}</p>
 {% endraw %}

Nunjucks offical site
上記に記載ありますので、参照ください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1