larave5.3 + vue controller 中的变量能够直接传递到 vue components 的 model 吗
一个比较简单的小项目, 前端想使用vuejs, 但又不想使用 vue-router 那些。
于是使用 components, 发现 controller 中获取的变量好像没办法之间传递到 .vue 文件中啊。
另外,发现如果使用了Vue, 然后在 blade 模板中有 script 标签, 就会报:
[Vue warn]: Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed. .