UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

20 lines (16 loc) 309 B
import { Meta, Markdown } from '@storybook/addon-docs/blocks'; import Changelog from '../../CHANGELOG.md?raw'; <style> {` .sbdocs-toc--custom { display: none; } `} </style> <Meta title="Changelog" parameters={{ docs: { toc: { disable: true } }, }} /> <Markdown>{Changelog}</Markdown>