Posts

Showing posts from March 27, 2019

Designer

Image
Designer Appellation Designer Secteur d'activité Arts appliqués Compétences requises Analyse, gestion, dessin Professions voisines Designer produit - Designer culinaire - Designer textile - Designer d'espace - Designer graphique - Motion designer - Designer packaging - Designer signalétique - Designer sonore - Designer de service - UX / UI designer - Web designer - Design manager - Chercheur en design - Architecte - Designer Industriel Codes ROME (France) H1204 modifier - modifier le code - modifier Wikidata Un designer ([dizajnəR]) est un praticien du design [ 1 ] . Il conçoit des objets de toutes sortes (produits, lieux, messages) [réf. insuffisante] [ 2 ] qui visent à « maintenir ou accroître l'habitabilité du monde » [réf. insuffisante] [ 3 ] . Les métiers du design sont nombreux et ont tous vocation à réaliser des artefacts formant les environnements de l'activité humaine. Un designer est parfois spécialisé dans une disc

Toggle show/hide on specific element with Vue.js (cdn)

Image
6 I'm using Vue.js (cdn) and axios to get stuff from heroku and mlab. I want to display some information from the objects in a list and I want each line to act like a button or have some sort of onclick that displays more information from the same object below. like a drop down. I tried the button v-on:click="visible = !visible"... And that works but it toggles show/hide on all of the elements, as expected. I want to be able to toggle show/hide on a single element in a list of many. This is what I have: index.html <div id="app"> <div class="list" v-for="drinks in rom"> <button v-on:click="visible = !visible">{{ drinks.brand }}</button> <div class="hidden" v-show="!visible">