0👍
I think you need to convert the \n to be. you can do something like this:
<?php
echo nl2br("foo isn't\n bar");
?>
- [Vuejs]-Should i fetch single items in vuex with getters or with actions and SQL statements
- [Vuejs]-How to send input data value from child component data object to parent?
Source:stackexchange.com