mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
12 lines
159 B
JavaScript
12 lines
159 B
JavaScript
![]() |
<template>
|
||
|
<div>
|
||
|
<el-button type="primary">远程组件</el-button>
|
||
|
</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default{
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
<style>
|
||
|
</style>
|