mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
25 lines
205 B
Vue
25 lines
205 B
Vue
<!-- -->
|
|
<template>
|
|
<div>
|
|
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data () {
|
|
return {
|
|
};
|
|
},
|
|
|
|
components: {},
|
|
|
|
|
|
|
|
methods: {}
|
|
}
|
|
|
|
</script>
|
|
<style>
|
|
</style> |