更新
This commit is contained in:
+9
-2
@@ -1,5 +1,12 @@
|
||||
<template>
|
||||
<el-config-provider :size="size" :z-index="zIndex">
|
||||
<router-view />
|
||||
</el-config-provider>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
|
||||
const size = ref('default')
|
||||
const zIndex = ref(3000)
|
||||
</script>
|
||||
|
||||
<template><router-view /></template>
|
||||
|
||||
Reference in New Issue
Block a user