mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-03-27 15:50:54 +00:00
10 lines
100 B
Vue
10 lines
100 B
Vue
<template>
|
|
<view></view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Placeholder'
|
|
}
|
|
</script>
|