mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
596 B
596 B
Experimental Features
The following features are unstable. Use them if you really need and perpare to follow the API changes.Use TuSimple Theme
<script>
import { TsConfigProvider, useDialog, useMessage } from '@naive-ui/tusimple-theme'
// danger typed api
const dialog = useDialog()
dialog.danger(...)
const message = useMessage()
message.danger(...)
</script>
<template>
<ts-config-provider>
<my-app />
</ts-config-provider>
</template>