()
| 295 | } |
| 296 | }, |
| 297 | set() { |
| 298 | const key = 'set' + property + message; |
| 299 | if (deprecations && deprecations.indexOf(key) < 0) { |
| 300 | deprecations.push(key); |
| 301 | console.warn(`setting vnode.${property} is not allowed, ${message}`); |
| 302 | } |
| 303 | } |
| 304 | }); |
| 305 | |
| 306 | const deprecatedAttributes = { |