浏览代码

feat(油站配置): 添加前庭配置组件基础结构

weieryang 1 月之前
父节点
当前提交
f522de9b84
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      apps/web-ele/src/views/oilstation/base/create/components/vestibular-config/index.vue

+ 5 - 0
apps/web-ele/src/views/oilstation/base/create/components/vestibular-config/index.vue

@@ -0,0 +1,5 @@
1
+<script lang="ts" setup></script>
2
+
3
+<template>
4
+  <div></div>
5
+</template>