首页 \ 问答 \ vue.js组件使用laravel刀片作为模板(vue.js component using laravel blade for the template)

vue.js组件使用laravel刀片作为模板(vue.js component using laravel blade for the template)

我的想法是在vue / vueify组件的<template></template>中使用laravel blade。 我不确定如何让刀片处理器运行并将html输出到.vue文件或导入的模板文件中的模板中。


My idea is to use laravel blade in the <template></template> of a vue/vueify component. I am not sure how to get the blade processor to run and output the html into the template inside the .vue file or in an imported template file.


原文:https://stackoverflow.com/questions/34240999
更新时间:2023-11-03 16:11

最满意答案

经过一些研究,因为我打算用PhoneGap打包它,看起来这就是我将要使用的: http//www.easyapns.com/


After some research and since I intend to package this up with PhoneGap it looks like this is what I will be using: http://www.easyapns.com/

相关问答

更多
  • 你应该做的第一件事是确保问题不是一个错误的主题(是的,Windows主题可以被认为是错误的!例如,在最近的firefox中测试日期选择器!)是使用框架版本的默认值, for 6.x是Triton。 在这种情况下,问题不在于主题。 要确保您没有遇到已经修复的ExtJS代码错误,您应该做的第二件事是使用最新的框架版本交叉检查您的代码。 您的代码在ExtJS 6.2.1 Triton中运行良好,因此它是6.0.2框架中的一个错误。 (在您提出之前:顺便说一句,“Windows”主题已在6.2.x中弃用) Firs ...
  • 主要区别在于PhoneGap是一个不包含内置UI框架的框架。 相反,它只是作为本机API的跨平台包装器,向您展示基于Javascript的API以访问本机功能。 使用PhoneGap,您可以选择使用纯HTML5,或使用UI框架,如Sencha Touch 2本身,jQueryMobile,jQTouch,Kendo UI等。另一方面,Sencha Touch是一个UI框架,但它没有开箱即用的功能,可以为本机功能公开跨平台JavaScript API。 从您的以下声明中,我认为您不打算访问应用程序中的任何本机 ...
  • 您可以使用Sencha Touch 2.2本机管理IOS推送通知 - http://docs.sencha.com/touch/2.2.1/#!/api/Ext.device.Push 我已经在我的博客上发布了如何配置和构建IOS推送通知的Sencha Touch应用程序 - http://isolasoftware.it/2013/09/17/ios-push-notifications-using-sencha-touch-2 /。 最重要的步骤是: 在package.json中配置applicatio ...
  • 一种方法是将背景图像添加到html的正文中。 在活动的js开始之前,你会在启动时看到它: Contacts