1.0.0 • Published 7 years ago

@lahautesociete/data-store v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

LHS - Vue - DataStore

Libraire utilitaire permettant de parcourir des objets littéraux à la manière de object-path.

Install

yarn add vue-data-store

Usage

Dans un composant Vue :

this.dataStore.get('key');

Dans un template :

<h1 v-text="dataStore('key.tutu.coucou')"></h1>

En vanilla JS :

import DataStore from '@lahautesociete/dataStore/DataStore';
DataStore.getData('key.tutu.coucou');
1.0.0

7 years ago