mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
16 lines
257 B
Vue
16 lines
257 B
Vue
<template>
|
|
<p :data-height="height"
|
|
data-theme-id="dark"
|
|
:data-slug-hash="url"
|
|
data-default-tab="result"
|
|
data-user="sagalbot"
|
|
class="codepen">
|
|
</p>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
props: ['url', 'height'],
|
|
};
|
|
</script>
|