include不顯示問(wèn)題
像視頻中的 include寫(xiě)在section中
@extends('common.layouts') @include('common.message') @section('content') @stop
我如果這樣寫(xiě) 就不顯示那兩條信息 也不報(bào)錯(cuò)?
我寫(xiě)在section前面就會(huì)顯示
請(qǐng)問(wèn)這是為什么呢
像視頻中的 include寫(xiě)在section中
@extends('common.layouts') @include('common.message') @section('content') @stop
我如果這樣寫(xiě) 就不顯示那兩條信息 也不報(bào)錯(cuò)?
我寫(xiě)在section前面就會(huì)顯示
請(qǐng)問(wèn)這是為什么呢
2020-02-08
舉報(bào)
2021-09-23
先有布局然后再有的內(nèi)容呀