mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-29 09:12:45 +08:00
14 lines
106 B
Vue
14 lines
106 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "image"
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|