# naive-ui-provider **Repository Path**: LucasDot/naive-ui-provider ## Basic Information - **Project Name**: naive-ui-provider - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-13 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # naive-ui-provider How to use the useXxx example of naive-ui ## How to use provider See [Home.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/home/Home.vue) for more details. ### 1.global use See [Home.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/home/Home.vue) for more details. ### 2. request use See [Request.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/request/Request.vue) for more details. ### 3. import useMessage See [Message.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/message/Message.vue) for more details. ### 4. import useDialog See [Dialog.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/dialog/Dialog.vue) for more details. ### 5. import useNotification See [Notification.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/notification/Notification.vue) for more details. ### 6. import useLoadingBar See [LoadingBar.vue](https://github.com/Talljack/naive-ui-provider/blob/main/src/container/loadingBar/LoadingBar.vue) for more details. ### 7. router beforeEach See [router.ts](https://github.com/Talljack/naive-ui-provider/blob/main/src/router/router.ts) for more details.