official/src/pages/playground/view/home.vue

18 lines
190 B
Vue

<script>
export default {
data(){
return {
content: '欢迎访问~~ 这是首页'
}
}
}
</script>
<template>
<main>
<h1>{{content}}</h1>
</main>
</template>
百搭UI库官网
Vue 84.8%
JavaScript 12.7%
HTML 2.5%