派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-19 c065531c87e7dc199c7fc4d35e4f6fbedf26167d
src/components/layer/src/layer.js
@@ -25,7 +25,7 @@
    const id = `notification_${new Date().getTime()}_${seed++}`
    options.id = id
    options.layer = self
    options.content.content = Vue.extend(options.content.content)
    options.content.comp = Vue.extend(options.content.comp)
    const instance = new LayerVueExtend({
      data: options
    })