简体   繁体   English

在laravel刀片中渲染vuejs组件内容

[英]render vuejs component content in laravel blade

is there a way to render vuejs component into laravel blade templates, so when I open the source code of the page, instead of seeing 有没有一种方法可以将vuejs组件呈现为laravel刀片模板,所以当我打开页面的源代码时,没有看到

<example-component></example-component>

or 要么

<example></example>

I want to see the real content of that component. 我想查看该组件的真实内容。

不要尝试从“查看页面源代码”中查看它们,一旦打开页面,如果可以看到其中显示了vue组件,请右键单击它,使用“检查”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM