派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-20 fca7c928af9af52bc0a10e2e73dc0f1310882160
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
    })