Open egao5566 opened 3 years ago
Did you upgrade it?
Try import { ElNotification } from 'element-plus'
.
ElNotification({
title: 'Success',
message: 'This is a success message',
type: 'success',
})
More info see https://element-plus.org/en-US/component/notification.html#notification.
Did you upgrade it?
Try
import { ElNotification } from 'element-plus'
.ElNotification({ title: 'Success', message: 'This is a success message', type: 'success', })
More info see https://element-plus.org/en-US/component/notification.html#notification.
sure. version 0.013 which noted latest version in vue-cli. and import action is done in main.js
import { ElNotification } from 'element-plus'
...
app.config.globalProperties.$notify = ElNotification
i tried
and
at last always get a right icon with color red (type error)