Php 如何在laravel dom pdf 0.7.0版中添加外部链接

Php 如何在laravel dom pdf 0.7.0版中添加外部链接,php,laravel,pdf,hyperlink,dompdf,Php,Laravel,Pdf,Hyperlink,Dompdf,这就是我如何将链接添加到我的刀片文件中,但它是不可单击的 laravel5.3.31版 dompdf0.7.0版 <a href="{!! route('qc-question-detail',[$question->qc_po_style_id.'-'.$question->qc_po_style_report_section_question->object_question_id.'-'.$question->qc_po_style_report_sectio

这就是我如何将链接添加到我的刀片文件中,但它是不可单击的

laravel
5.3.31版

dompdf
0.7.0版

<a href="{!! route('qc-question-detail',[$question->qc_po_style_id.'-'.$question->qc_po_style_report_section_question->object_question_id.'-'.$question->qc_po_style_report_section_question->object_question_type]) !!}" >VIEW</a>