Appearance
将值转换为数组。
import { toArray } from '@base-web-kits/base-tools-vue'; import { ref } from 'vue'; const list = toArray(ref(1)); // [1]
VueUse