15 lines
291 B
Vue
15 lines
291 B
Vue
<template>
|
|
<!--设备监控页面-->
|
|
<Head>
|
|
<Title>设备状态</Title>
|
|
<Meta name="description" :content="title" />
|
|
</Head>
|
|
<div>
|
|
<el-text class="mx-1" type="primary" >
|
|
Primary
|
|
</el-text>
|
|
</div>
|
|
</template>
|
|
<script setup lang="ts">
|
|
|
|
</script> |