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