()
| 199 | const isCustomElement = app.config.isCustomElement |
| 200 | Object.defineProperty(app.config, 'isCustomElement', { |
| 201 | get() { |
| 202 | return isCustomElement |
| 203 | }, |
| 204 | set() { |
| 205 | warn( |
| 206 | `The \`isCustomElement\` config option is deprecated. Use ` + |