mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
13 lines
227 B
Vue
13 lines
227 B
Vue
<template>
|
|
<div class="slide-style-panel">
|
|
<div>背景填充</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue'
|
|
|
|
export default defineComponent({
|
|
name: 'slide-style-panel',
|
|
})
|
|
</script> |