Tag Managemant

PRO

Out of the box you will have an example of tag management (for the cases in which you are developing a blog or a shop).
To access this example, click the `Examples (API)/Tag Management` link in the left sidebar or add /examples/tag-management/list-tags to the URL.
You can add and edit tags here, but you can only delete them if they are not attached to any items.

You can find the compoments for tag functionality in `src\views\examplesApi\TagManagement` folder.
The store used for tag functionality is found in `src\store\tag.module.js` and you can find the service file in `src\services\tag.service.js`.


Tag List