Commit e08e644f authored by zhangrui123's avatar zhangrui123

1

parent 3ce8aafb
...@@ -33,9 +33,12 @@ export default defineComponent({ ...@@ -33,9 +33,12 @@ export default defineComponent({
name: 'Raffles', name: 'Raffles',
components: { components: {
SiteSelector, SiteSelector,
lfs,
}, },
setup() { setup() {
return {} return {
lfs,
}
}, },
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment