export default { compileOptions: { dev: true }, get props() { return { tag: 'br' }; }, warnings: [' is self-closing and cannot have content.'] };