mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 21:48:07 +01:00
chore(deps): add @tailwindcss/typography
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { nanoid } from 'nanoid'
|
||||
import { Ref } from 'vue'
|
||||
import { defineNuxtPlugin, useState } from '#app'
|
||||
import { ToastNotification, ToastPlugin } from '../types'
|
||||
@@ -8,7 +7,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
|
||||
function addNotification (notification: Partial<ToastNotification>) {
|
||||
const body = {
|
||||
id: nanoid(),
|
||||
id: new Date().getTime(),
|
||||
...notification
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user