1.3.3 • Published 3 years ago

@vue-interface/component-registry v1.3.3

Weekly downloads
19
License
ISC
Repository
github
Last release
3 years ago

ComponentRegistry

<%= pkg.description %>

[toc]

Installation

NPM

npm i <%= pkg.name %> --save

Yarn

yard add <%= pkg.name %>

Basic Usage

import ComponentRegistry from '@vue-interface/component-registry';

const registry = new ComponentRegistry({
    a: {}
});

registry.register({
    b: {},
    c: {}
});

registry.registry('d', {});

registry.remove('b');

registry.reset();
1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.6

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago