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