vue '; const Template = (args) => ({ components: { MyButton }, setup() { return { args }; }, template: '<my-button v-bind="args" />', }); export ...
確定! 回上一頁