5ab74ad9dd
Co-authored-by: Copilot <copilot@github.com>
12 lines
174 B
Vue
12 lines
174 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<h1 class="">
|
|
Hello World!
|
|
|
|
<el-button type="primary">Primary</el-button>
|
|
</h1>
|
|
</template>
|
|
|
|
<style scoped></style>
|