Cannot use <slot> inside component
I get infinite warn like this:
when I create on new nuxt, nuxt-content, nuxt-icon:
Section.vue:
Container.vue:
index.md:
when I create on new nuxt, nuxt-content, nuxt-icon:
Section.vue:
Container.vue:
index.md:
/runtime-core.esm-bundlerif (!!(process.env.NODE_ENV !== "production") && true) {
PublicInstanceProxyHandlers.ownKeys = (target) => {
// warn$1(
// `Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead.`
// );
// return Reflect.ownKeys(target);
return false
};
}