mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
20 lines
209 B
Vue
20 lines
209 B
Vue
<template>
|
|
<div>
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from "vue";
|
|
|
|
export default defineComponent({
|
|
components: {
|
|
},
|
|
props: {
|
|
},
|
|
});
|
|
</script>
|