README
@osui/message
安装说明
方式一
单包使用
yarn install @osui/message
import message from '@osui/message'
方式二
从 @osui/ui
统一引入
yarn install @osui/ui
import {message} from '@osui/ui';
单包使用
<script type="module">
import osuiMessage from 'https://cdn.skypack.dev/@osui/message';
</script>
单包使用
yarn install @osui/message
import message from '@osui/message'
从 @osui/ui
统一引入
yarn install @osui/ui
import {message} from '@osui/ui';