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