vue delimiters in django

Posted Over 5 years ago. Visible to the public. Draft.

Sample delimiter replacement for django

<script>
new Vue({
  delimiters: ['[[', ']]'],
  el: '#app',
  data: {
    title: 'Welcome to My Journal'
  }
})
</script>

See Also

vuejs with django Show archive.org snapshot

Cuauhtemoc
Last edit
Over 5 years ago
Cuauhtemoc
Posted by Cuauhtemoc to Python Django (2018-09-14 05:58)