dl_mer_mer_admin/plop-templates/component/index.hbs

18 lines
307 B
Handlebars
Raw Permalink Normal View History

2025-03-04 15:59:12 +08:00
{{#if template}}
<template>
<div></div>
</template>
{{/if}}
{{#if script}}
<script>
export default { name: '{{properCase name}}', props: {}, data() { return {} }, created() {}, mounted() {}, methods:
{} }
</script>
{{/if}}
{{#if style}}
<style lang='scss' scoped>
</style>
{{/if}}