Questions tagged as 'componentes'

0
answers

v-model no component

I'm trying to use v-model inside a component but it does not work. Code main.js, which will have the information used in the v-model: import Vue from 'vue' new Vue({ el: '#app', data: {fields: {name: 'Vittar', age: 24}} }) My compone...
asked by 30.10.2017 / 18:23
0
answers

bubble cloud - component / plugin jquery [closed]

Car @ s, I need a plugin / jquery plugin to make a bubble cloud like this. Suggestions? Thanks.     
asked by 14.03.2017 / 14:31
1
answer

How to show "loading" screen

Good afternoon, I am a beginner in the angular and I have the following doubt: Can I have a handy selector on all my components? I bring my component as follows: import { CarregandoComponent } from '../carregando/carregando.component'; @...
asked by 08.01.2017 / 17:15
0
answers

Update on component created with composite does not work

Staff created a component using composite <composite:implementation> <p:dataTable id="#{cc.attrs.id}" </dataTable> </composite:implementation> But when I call it in my code it works normal but at the t...
asked by 27.09.2016 / 16:32
0
answers

TrackBar component with two meters

I've created a trackbar component with 2 meters, plus when I manually render it in xaml , barra and marcadores misconfigure and barra goes up and marcadores goes by. Code: using System; using System.Col...
asked by 14.04.2016 / 18:20
1
answer

Integration Services Components - SSIS - Data Flow [closed]

Hello! I have a need to develop a component for Integration Services (SSIS) - > Data Flow. I already have components developed for the Control Flow area, but I have never developed anything for Data Flow. I tried to find something about th...
asked by 15.05.2017 / 21:22
1
answer

Component Vue is not pushing on the props

I am creating a simple task list with Vue.js, doing this using separate components in files. One of the components has the function of adding an object to an array, which is a props, but there is the error, the component is not able to identify...
asked by 11.01.2018 / 22:17
0
answers

Structuring Vue Components in Laravel

Hello, I'm a beginner with VueJs and I'm trying to implement it in a 5.7oz Laravel project. I currently have a few components and I'm about to create a bit more and I see that everything is "messed up" there in the components folder and the...
asked by 21.11.2018 / 17:40
0
answers

Angular 6 NgDoCheck

Good evening, I'm starting to angle myself and came across two issues I wanted to try to clarify with what you realize. 1 - I created an application in which on my main page I have a sidanav, a toolbar and content. The sidenav and toolb...
asked by 25.10.2018 / 01:01
0
answers

Override method of Angular Material Design

I have a menu of angular material design that when it opens it focuses on the first menu item, I would like to remove this method. I have seen in the website of the angular material that this method has the following attributes: Methods foc...
asked by 16.07.2018 / 15:01