soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
151 Bytes
<script>
export default {
data() {
return {
someArray: [1, 2],
}
},
}
</script>
<template>
<div>{{ someArray }}</div>
</template>