用于 Laravel 5.6 href 标签的 Beautymail 在 Safari 中不起作用

问题描述

@extends('beautymail::templates.sunny')

@section('content')

    @include ('beautymail::templates.sunny.heading',[
        'heading' => 'Hello!','level' => 'h1',])

    @include('beautymail::templates.sunny.contentStart')

        <p>Today will be a great day!</p>

    @include('beautymail::templates.sunny.contentEnd')

    @include('beautymail::templates.sunny.button',[
            'title' => 'Click me','link' => 'http://google.com'
    ])

@stop

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)