。。。

This commit is contained in:
TimSpan 2025-05-13 16:36:59 +08:00
parent 38dfe04991
commit 7f2912d9ad
5 changed files with 6 additions and 26 deletions

View File

@ -1,4 +1,4 @@
@import "./variables";
@use "./variables" as *;
// 全局样式
* {

View File

@ -1,6 +0,0 @@
<template>
<Icon name="LineMdMenuFoldRight" />
<Icon name="LineMdMenuFoldRight" />
</template>
<script setup lang="ts">
</script>

View File

@ -1,13 +0,0 @@
<!-- Child.vue -->
<script setup>
const model = defineModel();
function update() {
model.value++;
}
</script>
<template>
<div>Parent bound v-model is: {{ model }}</div>
<button @click="update">Increment</button>
</template>

View File

@ -1,5 +1,4 @@
<script setup lang="tsx">
import { ref, watch, defineProps, onMounted } from "vue";
import * as echarts from "echarts";
// props

View File

@ -115,11 +115,11 @@
import CenterRight2 from "./components/centerRight2/index.vue";
//
import CenterLeft1 from "./components/centerLeft1/index.vue";
import CenterLeft2 from "./components/centerLeft2/index.vue";
import Center from "./components/center/index.vue";
import CenterRight1 from "./components/centerRight1/index.vue";
import BottomRight from "./components/bottomRight/index.vue";
// import CenterLeft1 from "./components/centerLeft1/index.vue";
// import CenterLeft2 from "./components/centerLeft2/index.vue";
// import Center from "./components/center/index.vue";
// import CenterRight1 from "./components/centerRight1/index.vue";
// import BottomRight from "./components/bottomRight/index.vue";
// *
const decorationColors = ["#568aea", "#000000"];