This commit is contained in:
aixianling
2024-09-20 12:02:02 +08:00
commit e6a0613681
615 changed files with 96144 additions and 0 deletions

12
public/vue-remote-temp.js Normal file
View File

@@ -0,0 +1,12 @@
<template>
<div>
<el-button type="primary">远程组件</el-button>
</div>
</template>
<script>
export default{
}
</script>
<style>
</style>