使用刀片文件作为模板?

时间:2017-03-29 11:20:27

标签: laravel laravel-5 vue.js vuejs2 laravel-5.4

我有一个刀片文件,我希望将其用作vue组件。因此,在.vue文件中,我通常会将其编码为:

<template>
....
</tempalte>
....rest of vue file

但是如何将刀片文件用于模板?

2 个答案:

答案 0 :(得分:0)

您可以将html放在vue-component文件中,如:

<template>
...put your html here
</tempalte>

然后在刀片文件中插入vue compoent,如

@extends('layouts.app')
  <vue-component> </vue-component>
@section('content')

答案 1 :(得分:0)

您可以在vue文件中使用GET http://localhost:55047/ReportTotalSalesPivot.aspx/getFileExistOrNot?fileName:www} 500 (Internal Server Error)来插入从刀片视图传递的html。

刀片文件:

slot

Vue文件:

<vue-component>All your html to be passed goes here</vue-component>

您可以在单个广告位here的官方文档中阅读更多相关信息。