JellyBool

17773 经验值

额。。并没有理解你的需求。这样的话,直接

Route::get('day/{id}', 'BlogController@list');
Route::get('newday/{id}', 'BlogController@list');

这样么

这可能是这个插件的问题,你用 css 设置它 display none就可以了

为啥别人都会出现两个重复的评论

额。。这个是因为刚刚开始录视频的原因,后面习惯了好多了。不会出现这样的断句了

代码贴出来看看?配置贴出来看看?

  <div class="container">
        <tasks :list='{ $discussion }'></tasks>
    </div>

注意上面的 '{ $discussion }' 是单引号,list前面有冒号。 js 不用create了

<script>
    Vue.component('tasks',{
        template:'#tasks-template',
        props:['list']
    });
    new Vue({
        el:'body'
    })
</script>

这种问题基本上是打开 chrome 开发者工具和打印一下数据就可以解决了

这种一般都是你哪一行配置多了一个 什么的。

Form::radio('example', 1, true)

把用户选中的这个设置为 true 试试