<single-news
:news="{{ json_encode($news) }}"
:url="123"
></single-news>
export default {
props: [
'news',
'url'
],
mounted() {
console.log('Check: ' + this.url);
}
}
Почему так происходит?
Мне необходимо строку передать в url