17 lines
No EOL
285 B
Vue
17 lines
No EOL
285 B
Vue
<script setup>
|
|
// This starter template is using Vue 3 <script setup> SFCs
|
|
// Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup
|
|
</script>
|
|
|
|
<template>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {return {}},
|
|
mounted() {},
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
</style> |