1 Star 0 Fork 1

刘小灰/vue3-vite2-element-plus-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘小辉 提交于 4年前 . init
<template>
<router-view></router-view>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
name: 'App',
components: {},
setup() {
const name = '11';
console.log(name);
},
});
</script>
<style lang=""></style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weloves/vue3-vite2-element-plus-admin-template.git
git@gitee.com:weloves/vue3-vite2-element-plus-admin-template.git
weloves
vue3-vite2-element-plus-admin-template
vue3-vite2-element-plus-admin-template
master

搜索帮助