clash-manager/src/app.vue

12 lines
118 B
Vue
Raw Normal View History

2022-10-09 19:19:06 +08:00
<template>
<h1>hello vue-live!</h1>
</template>
<script>
export default {
data() {
return {}
}
}
</script>