I need to play this URL within href:
http://localhost:62828/colecoes/channel.aspx?channelId=30271973&category=4
However, instead of channelId = 30271973 I need to concatenate with {{collection.Id}}
Below my href:
<h3 class="i...
Good afternoon, I need to retrieve the name variable from this array of objects, when I filter by id , when I type for example id 1, return "Solid"
full_category_list: [
{
id: 1,
name: 'Sólido',...
I come from AngularJS and, at certain times, when I need to query according to what the user is searching, I use ng-change , but I combine it with ng-model-options="{debounce: 500}" . This causes the angular queries not to fire off q...
I'm trying to return true or false
{{ !form.tel_numero.length >= 9 }}
Not working
If I do not use denial it works
{{ form.tel_numero.length >= 9 }}
But, I need denial
I have an application in VueJS and I need to concatenate simple quotes in a variable that has a date like this 2017-11-09T02:00:00.000Z .
I tried the following and I did not succeed:
var novaData = "'" + data + "'"
I tried...
I'm following several tutorials as you can see below;
At 9 minutes and 45 seconds of video.
Using Vue.js in a Laravel application
At 8 minutes and 12 seconds of the video.
1 - CRUD at LARAVEL & VUEjs - Webpack, Laravel Mix...
I'm starting the study with Vue.js and I came across a situation within one of the options and I imagine it will serve other options that is the use of the term function, for example:
var vm = new Vue({
methods : {
/* assim */
en...
I have a "certain" difficulty. I have a DIV that contains content that looks like a nota fiscal, all that content comes from an API (minus the div of course). However, I need the field DESCRIPTION to have more than 200 characters, it repl...
Is it possible / good practice to create a Vue project in a separate Laravel folder so that all authentication and data consumption is done via the RESTfull Laravel API?
/Raiz
/Front <- Arquivos Vue
/Back <- Arquivos Laravel
I...
I simply want the domain that appears there in the URL to appear on the page.
window.location.hostname gives me this, it just does not work on Node / Vue.js, so what would be the solution?