mirror of https://github.com/sveltejs/svelte
parent
45632d0f7b
commit
cea11935e8
@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
error: [`Element with a slot='...' attribute must be a child of a component or custom element`]
|
error: [`Element with a slot='...' attribute must be a child of a component or a descendant of a custom element`]
|
||||||
};
|
};
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
error: [`Element with a slot='...' attribute must be a child of a component or custom element`]
|
error: [`Element with a slot='...' attribute must be a child of a component or a descendant of a custom element`]
|
||||||
};
|
};
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
error: [`Element with a slot='...' attribute must be a child of a component or custom element`]
|
error: [`Element with a slot='...' attribute must be a child of a component or a descendant of a custom element`]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in new issue