mirror of
https://github.com/knex/knex.git
synced 2025-11-21 12:33:52 +00:00
10 lines
152 B
Vue
10 lines
152 B
Vue
<script setup>
|
|||
// Sql outputs are generated staticaly at build time with a vite plugin.
|
|||
</script>
|
|||
|
|||
<template>
|
|||
<div>
|
|||
<slot />
|
|||
</div>
|
|||
</template>
|