请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

张轩 2022-01-27 09:52:51

Hi, as far as I know, there is no way to use spread operator in <setup> directly.

Alternatively, you can do:

1 use <script> without setup sugar sytanx.

setup() {
    return {
        ...useStuff()
    }
}

2  assign to one variable.

<script setup>
const stuff = useStuff()
</script>
<template>
{{stuff.abc}}
</template>


0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信