2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00
This commit is contained in:
Jeff
2019-11-06 13:11:05 -08:00
parent 218a9e5c99
commit cacd8cddaa
+5 -3
View File
@@ -1,7 +1,7 @@
<template> <template>
<div id="app" class="font-sans px-5 py-5"> <div id="app" class="font-sans px-5 py-5">
<!-- <v-select :options="countries"/>--> <v-select :options="countries"/>
<ListSelect :options="countries" /> <!-- <ListSelect :options="countries" />-->
<!-- <paginated />--> <!-- <paginated />-->
</div> </div>
</template> </template>
@@ -24,7 +24,9 @@ export default {
}; };
</script> </script>
<style> <style lang="scss">
@import "../src/scss/vue-select";
html, html,
body { body {
margin: 0; margin: 0;