Psychic_role

782 经验值

老师,谷歌云不是一年300刀赠送使用嘛,能不能讲解一下谷歌云的使用,一直找不到系统的教程

一路看过来没有重设密码消息通知的章节啊?

加了个验证解决自己关注自己这个问题

@if(Auth::check())
       @if(Auth::user()->id != $question->user->id)
              <user-follow-button user="{$question->user_id}"></user-follow-button>
               <a href="#editor" class="btn btn-default">私信</a>
          @endif
@endif

这样吗,看起来有点傻啊

@if(Auth::check())
    @if(Auth::user()->is_active==0)
    请登录邮箱验证账号
    @elseif(Auth::user()->is_active!=0)
     <body></body>
     @endif
@else
<body></body>
@endif

这个用法用错了吗?
TypeError: Cannot read property 'get' of undefined

props:['user'],
        mounted() {
            axios.get('/api/user/followers/'+ this.user).then(response =>{
                this.followed = response.data.followed
            })
        },

没用错,生成class UserRepository的时候

namespace Repositories;
use App\User;

namespace默认的少了一个App\

老师,我加了这个验证来判断用户是否验证邮箱以访问网站,为什么不行啊

@if(Auth::user()->is_active==0)
    请登录邮箱验证账号
@elseif(Auth::check()==false||Auth::user()->is_active!=0)
<body>
@endif

出错的这些是从其他网站或者word上拷贝过来的,直接输入的话除了bootstrap中的lead没有别的样式

生成的

<p "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);>地方官梵蒂冈梵蒂冈的</p>

类似于这样子,然后button的样式就引用不到questionFollowButton.vue的内容

是axios.post()吗?
我遇到一个问题偶尔会显示不出来这个vueJs button
找到了问题出在
show.blade.php的{!! $question->body !!}
输入body文字提交有一定的几率会导致

标签的样式出现问题,原因没找到

    <div class="container">
        <div class="row">
            <div class="col-md-9 ">
                <div class="panel panel-default">
                    <h2 class="panel-heading">
                        { $question->title }
                    </h2>
                    <div class="panel-body">
                        <div class="lead" style="margin-bottom: 40px;">
                            {!! $question->body !!}
                        </div>
                    </div>

安装不了Vue支持,plugins报错
List of plugins was not loaded for following hosts: https://unpkg.com/vue/dist/vue.js

Due to the following errors:
'Connection failed with HTTP code 403' for 'https://unpkg.com/vue/dist/vue.js'

下载js文件打包成zip手动安装也是失败