12 lines
156 B
Vue
12 lines
156 B
Vue
|
|
<template>
|
||
|
|
|
||
|
|
<div> 标准</div>
|
||
|
|
|
||
|
|
</template>
|
||
|
|
<script setup lang='ts'>
|
||
|
|
import { ref, reactive } from 'vue'
|
||
|
|
</script>
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
|
||
|
|
</style>
|