mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增侧边栏和首页
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="go-project-my-template">
|
||||
<h1>
|
||||
我的模板
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go('project-my-template') {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user