parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const riot = require('riot');
|
||||
import * as riot from 'riot';
|
||||
|
||||
module.exports = message => {
|
||||
export default message => {
|
||||
const notification = document.body.appendChild(document.createElement('mk-ui-notification'));
|
||||
riot.mount(notification, {
|
||||
message: message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue