15 lines
220 B
Vue
15 lines
220 B
Vue
<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>
|