mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-10 10:20:18 +08:00
init web ui
This commit is contained in:
21
resources/src/test/Demo.vue
Normal file
21
resources/src/test/Demo.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--
|
||||
* @Component:
|
||||
* @Maintainer: J.K. Yang
|
||||
* @Description:
|
||||
-->
|
||||
<script setup lang="ts">
|
||||
defineProps({
|
||||
name: {
|
||||
type: String,
|
||||
default: "J.K. Yang",
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="">
|
||||
{{ name }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
Reference in New Issue
Block a user