vuejs / rollup-plugin-vue

Roll .vue files
https://vuejs.github.io/rollup-plugin-vue
MIT License
846 stars 148 forks source link

Component packaging using setup syntax is not supported, logical decomposition of setup #446

Closed hairyf closed 3 years ago

hairyf commented 3 years ago

USE https://new-issue.vuejs.org/?repo=vuejs/rollup-plugin-vue image

var script$w = defineComponent({ name: "CalBackground" });

const _withId$8 = /*#__PURE__*/withScopeId("data-v-7fb68958");

const render$w = /*#__PURE__*/_withId$8((_ctx, _cache) => {
  return (openBlock(), createBlock("div", {
    class: "cal-background absolute left-0 top-0 bottom-0 right-0 overflow-hidden",
    style: { backgroundColor: _ctx.color, filter: _ctx.blur, backgroundImage: _ctx.image, zIndex: _ctx.zIndex }
  }, null, 4 /* STYLE */))
});

script$w.render = render$w;
script$w.__scopeId = "data-v-7fb68958";
script$w.__file = "package/components/background/src/Background.vue";
vue-bot commented 3 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!