forked from FoundKeyGang/FoundKey
refactor: slot.vue to composition api
This commit is contained in:
parent
f236653c26
commit
5152ff89ee
1 changed files with 4 additions and 6 deletions
|
@ -8,12 +8,10 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts" setup>
|
||||||
import { defineComponent } from 'vue';
|
function focus(): void {
|
||||||
|
window.focus();
|
||||||
export default defineComponent({
|
}
|
||||||
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in a new issue