mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
14 lines
109 B
Vue
14 lines
109 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Sandbox',
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|