{"version":3,"file":"77.js","sources":["webpack:///src/views/components/vuesax/dropdown/Dropdown.vue","webpack:///src/views/components/vuesax/dropdown/DropdownButton.vue","webpack:///src/views/components/vuesax/dropdown/DropdownColor.vue","webpack:///src/views/components/vuesax/dropdown/DropdownCustomContent.vue","webpack:///src/views/components/vuesax/dropdown/DropdownDefault.vue","webpack:///src/views/components/vuesax/dropdown/DropdownGroupOption.vue","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue","webpack:///./src/views/components/vuesax/dropdown/DropdownButton.vue","webpack:///./src/views/components/vuesax/dropdown/DropdownColor.vue","webpack:///./src/views/components/vuesax/dropdown/DropdownCustomContent.vue","webpack:///./src/views/components/vuesax/dropdown/DropdownDefault.vue","webpack:///./src/views/components/vuesax/dropdown/DropdownGroupOption.vue","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownGroupCollapse.vue","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownOptionGroup.vue","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?826d","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?de83","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?0605","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?56a5","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?d56b","webpack:///./src/views/components/vuesax/dropdown/Dropdown.vue?4707","webpack:///./src/views/components/vuesax/dropdown/DropdownButton.vue?c09f","webpack:///./src/views/components/vuesax/dropdown/DropdownButton.vue?68e3","webpack:///./src/views/components/vuesax/dropdown/DropdownButton.vue?2c4e","webpack:///./src/views/components/vuesax/dropdown/DropdownColor.vue?6e2c","webpack:///./src/views/components/vuesax/dropdown/DropdownColor.vue?0654","webpack:///./src/views/components/vuesax/dropdown/DropdownColor.vue?0a6c","webpack:///./src/views/components/vuesax/dropdown/DropdownCustomContent.vue?3c9c","webpack:///./src/views/components/vuesax/dropdown/DropdownCustomContent.vue?d9d1","webpack:///./src/views/components/vuesax/dropdown/DropdownCustomContent.vue?06fc","webpack:///./src/views/components/vuesax/dropdown/DropdownDefault.vue?026e","webpack:///./src/views/components/vuesax/dropdown/DropdownDefault.vue?5e3a","webpack:///./src/views/components/vuesax/dropdown/DropdownDefault.vue?9b04","webpack:///./src/views/components/vuesax/dropdown/DropdownGroupOption.vue?2cd3","webpack:///./src/views/components/vuesax/dropdown/DropdownGroupOption.vue?8b55","webpack:///./src/views/components/vuesax/dropdown/DropdownGroupOption.vue?c528","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownGroupCollapse.vue?c456","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownGroupCollapse.vue?c8ec","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownOptionGroup.vue?347e","webpack:///./src/views/components/vuesax/dropdown/dropdownGroupOption/DropdownOptionGroup.vue?e9bd"],"sourcesContent":["\n\n\n\n\n\n\n\n","\n\n\n\n\n\n","\n\n\n\n\n\n","\n\n\n\n\n\n","\n\n\n\n\n\n","\n\n\n\n\n\n","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n { attrs: { id: \"dropdown-demo\" } },\n [\n _c(\"dropdown-default\"),\n _c(\"dropdown-color\"),\n _c(\"dropdown-group-option\"),\n _c(\"dropdown-custom-content\"),\n _c(\"dropdown-button\"),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n { attrs: { title: \"Button\", \"code-toggler\": \"\" } },\n [\n _c(\"p\", [\n _vm._v(\n \"You can customize the component or element that initialize the dropdown in this case, it is a Button that is the most common\"\n ),\n ]),\n _c(\n \"vs-alert\",\n {\n staticClass: \"mt-5\",\n attrs: { color: \"primary\", icon: \"new_releases\", active: \"true\" },\n },\n [\n _c(\"p\", [\n _vm._v(\n \"The component or element that initializes the dropdown is the one inside it with the possibility of total customization and flexibility in the required use\"\n ),\n ]),\n ]\n ),\n _c(\n \"vs-alert\",\n {\n staticClass: \"my-5\",\n attrs: { color: \"primary\", icon: \"new_releases\", active: \"true\" },\n },\n [\n _c(\"p\", [\n _vm._v(\n \"Vuesax uses the Google Material Icons font library by default. For a list of all available icons, visit the official \"\n ),\n _c(\n \"a\",\n {\n attrs: { href: \"https://material.io/icons/\", target: \"_blank\" },\n },\n [_vm._v(\"Material Icons page\")]\n ),\n _vm._v(\".\"),\n ]),\n _c(\"p\", [\n _vm._v(\n \"FontAwesome and other fonts library are supported. Simply use the icon-pack with fa or fas. You still need to include the Font Awesome icons in your project.\"\n ),\n ]),\n ]\n ),\n _c(\"prism\", { staticClass: \"rounded-lg\" }, [\n _vm._v(\n \"\\n\\n \\n\\n \\n \\n \\n\\n \"\n ),\n ]),\n _c(\"div\", { staticClass: \"mt-5 demo-alignment\" }, [\n _c(\n \"div\",\n { staticClass: \"dropdown-button-container\" },\n [\n _c(\n \"vs-button\",\n { staticClass: \"btnx\", attrs: { type: \"filled\" } },\n [_vm._v(\"Dropdown\")]\n ),\n _c(\n \"vs-dropdown\",\n [\n _c(\"vs-button\", {\n staticClass: \"btn-drop\",\n attrs: { type: \"filled\", icon: \"expand_more\" },\n }),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" option 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" option 2 \")]),\n _c(\n \"vs-dropdown-group\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" option 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" option 2 \")]),\n ],\n 1\n ),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\" option 3 \"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"dropdown-button-container\" },\n [\n _c(\n \"vs-button\",\n {\n staticClass: \"btnx\",\n attrs: { color: \"success\", type: \"gradient\" },\n },\n [_vm._v(\"Dropdown\")]\n ),\n _c(\n \"vs-dropdown\",\n [\n _c(\"vs-button\", {\n staticClass: \"btn-drop\",\n attrs: {\n color: \"success\",\n type: \"gradient\",\n icon: \"more_horiz\",\n },\n }),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" Home \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Contributors \")]),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\" Logout \"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"dropdown-button-container\" },\n [\n _c(\n \"vs-button\",\n { staticClass: \"btnx\", attrs: { type: \"line\", color: \"danger\" } },\n [_vm._v(\"Icons\")]\n ),\n _c(\n \"vs-dropdown\",\n [\n _c(\"vs-button\", {\n staticClass: \"btn-drop\",\n attrs: { type: \"line\", color: \"danger\", icon: \"mood\" },\n }),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" mood \"),\n ]),\n ]),\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" mood_bad \"),\n ]),\n ]),\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" sentiment_dissatisfied \"),\n ]),\n ]),\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" sentiment_satisfied \"),\n ]),\n ]),\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" sentiment_very_dissatisfied \"),\n ]),\n ]),\n _c(\"vs-dropdown-item\", [\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" sentiment_very_satisfied \"),\n ]),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ]),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n\\n\\n\\n '\n ),\n ]),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n { attrs: { title: \"Color\", \"code-toggler\": \"\" } },\n [\n _c(\"p\", [\n _vm._v(\"You can change the color of the component with the property \"),\n _c(\"code\", [_vm._v(\"color\")]),\n ]),\n _c(\n \"vs-alert\",\n {\n staticClass: \"mt-5\",\n attrs: { icon: \"warning\", active: \"true\", color: \"warning\" },\n },\n [\n _c(\"span\", [\n _vm._v(\"Only \"),\n _c(\"strong\", [_vm._v(\"RGB\")]),\n _vm._v(\" and \"),\n _c(\"strong\", [_vm._v(\"HEX\")]),\n _vm._v(\" colors are supported.\"),\n ]),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"mt-5 demo-alignment\" },\n [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.colorx,\n expression: \"colorx\",\n },\n ],\n attrs: { type: \"color\" },\n domProps: { value: _vm.colorx },\n on: {\n input: function ($event) {\n if ($event.target.composing) return\n _vm.colorx = $event.target.value\n },\n },\n }),\n _c(\n \"vs-dropdown\",\n { attrs: { color: _vm.colorx } },\n [\n _c(\n \"a\",\n { staticClass: \"flex items-center\", attrs: { href: \"#\" } },\n [\n _vm._v(\n \"\\n Dropdown hover\\n \"\n ),\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\"expand_more\"),\n ]),\n ]\n ),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [\n _vm._v(\n \"\\n option 1\\n \"\n ),\n ]),\n _c(\"vs-dropdown-item\", [\n _vm._v(\n \"\\n option 2\\n \"\n ),\n ]),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\n \"\\n option 3\\n \"\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n\\n\\n\\n '\n ),\n ]),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n { attrs: { title: \"Custom Content\", \"code-toggler\": \"\" } },\n [\n _c(\"p\", [\n _vm._v(\n \"Sometimes when we need something more personalized and not necessarily a menu for it you can add any content and have the dropdown functionality with the property \"\n ),\n _c(\"code\", [_vm._v(\"vs-custom-content\")]),\n ]),\n _c(\n \"vs-alert\",\n {\n staticClass: \"mt-5\",\n attrs: { color: \"primary\", icon: \"new_releases\", active: \"true\" },\n },\n [\n _c(\"p\", [\n _vm._v(\n \"For better functionality in the user's aspect when doing some interaction with the custom dropdown you can add that it is only activated and deactivated by a click event with the property \"\n ),\n _c(\"code\", [_vm._v(\"vs-trigger-click\")]),\n ]),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"mt-5 demo-alignment\" },\n [\n _c(\n \"vs-dropdown\",\n { attrs: { \"vs-custom-content\": \"\", \"vs-trigger-click\": \"\" } },\n [\n _c(\n \"a\",\n {\n staticClass: \"flex items-center\",\n attrs: { \"href.prevent\": \"\" },\n },\n [\n _c(\"span\", [_vm._v(\"Click me open login\")]),\n _c(\"feather-icon\", {\n attrs: {\n icon: \"ChevronDownIcon\",\n svgClasses: \"h-4 w-4 ml-1\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"vs-dropdown-menu\",\n { staticClass: \"dropdown-login\" },\n [\n _c(\"h3\", { staticClass: \"mb-0\" }, [_vm._v(\"Login\")]),\n _c(\"vs-input\", {\n attrs: { type: \"email\", \"label-placeholder\": \"Email\" },\n model: {\n value: _vm.value1,\n callback: function ($$v) {\n _vm.value1 = $$v\n },\n expression: \"value1\",\n },\n }),\n _c(\"vs-input\", {\n attrs: {\n type: \"password\",\n \"label-placeholder\": \"Password\",\n },\n model: {\n value: _vm.value2,\n callback: function ($$v) {\n _vm.value2 = $$v\n },\n expression: \"value2\",\n },\n }),\n _c(\n \"vs-button\",\n {\n staticClass: \"mt-4 w-full\",\n attrs: {\n width: \"100%\",\n color: \"success\",\n type: \"gradient\",\n },\n },\n [_vm._v(\"Login\")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n\\n\\n\\n '\n ),\n ]),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n { attrs: { title: \"Default\", \"code-toggler\": \"\" } },\n [\n _c(\"p\", [\n _vm._v(\n \"To add the Dropdown we have three types of components the main \"\n ),\n _c(\"code\", [_vm._v(\"vs-dropdown\")]),\n _vm._v(\" that contains the element that makes the \"),\n _c(\"code\", [_vm._v(\"vs-dropdown-menu\")]),\n _vm._v(\" appear and to add each item within it we have the component \"),\n _c(\"code\", [_vm._v(\"vs-dropdown-item\")]),\n ]),\n _c(\n \"vs-alert\",\n {\n staticClass: \"mt-5\",\n attrs: { color: \"primary\", icon: \"new_releases\", active: \"true\" },\n },\n [\n _c(\"p\", [\n _vm._v(\"To add an internal link using \"),\n _c(\"a\", { attrs: { href: \"https://router.vuejs.org/\" } }, [\n _vm._v(\"vue-router\"),\n ]),\n _vm._v(\" you can do them simply by adding the property \"),\n _c(\"a\", { attrs: { href: \"https://router.vuejs.org/api/#to\" } }, [\n _vm._v(\"to\"),\n ]),\n _vm._v(\" as if it were a \"),\n _c(\"a\", { attrs: { href: \"https://router.vuejs.org/\" } }, [\n _vm._v(\"vue-router\"),\n ]),\n _vm._v(\" link\"),\n ]),\n _c(\"p\", [\n _vm._v(\n \"In case you need an external link or normal html, simply do it with the href property\"\n ),\n ]),\n ]\n ),\n _c(\n \"prism\",\n { staticClass: \"rounded-lg\", attrs: { language: \"markup\" } },\n [\n _vm._v(\n '\\n \\n \\n my Link name\\n \\n\\n \\n \\n my Link name\\n \\n '\n ),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"mt-5 demo-alignment\" },\n [\n _c(\n \"vs-dropdown\",\n [\n _c(\n \"a\",\n { staticClass: \"flex items-center\", attrs: { href: \"#\" } },\n [\n _vm._v(\n \"\\n Dropdown hover\\n \"\n ),\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" expand_more \"),\n ]),\n ]\n ),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [\n _vm._v(\n \"\\n Option 1\\n \"\n ),\n ]),\n _c(\"vs-dropdown-item\", [\n _vm._v(\n \"\\n Option 2\\n \"\n ),\n ]),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\n \"\\n Option 3\\n \"\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"vs-dropdown\",\n [\n _c(\n \"a\",\n {\n staticClass: \"flex items-center\",\n attrs: { \"href.prevent\": \"\" },\n },\n [\n _vm._v(\n \"\\n Dropdown Option Disabled\\n \"\n ),\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\"expand_more\"),\n ]),\n ]\n ),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [\n _vm._v(\n \"\\n Option 1\\n \"\n ),\n ]),\n _c(\"vs-dropdown-item\", { attrs: { disabled: \"\" } }, [\n _vm._v(\n \"\\n Option 2\\n \"\n ),\n ]),\n _c(\n \"vs-dropdown-item\",\n { attrs: { disabled: \"\", divider: \"\" } },\n [\n _vm._v(\n \"\\n Option 3\\n \"\n ),\n ]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n
\\n\\n \\n\\n \\n Dropdown hover\\n expand_more \\n \\n\\n \\n\\n \\n Option 1\\n \\n\\n \\n Option 2\\n \\n\\n \\n Option 3\\n \\n\\n \\n \\n\\n \\n\\n \\n Dropdown Option Disabled\\n expand_more\\n \\n\\n \\n\\n \\n Option 1\\n \\n\\n \\n Option 2\\n \\n\\n \\n Option 3\\n \\n \\n \\n
\\n '\n ),\n ]),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n { attrs: { title: \"Group Option\" } },\n [\n _c(\"p\", [\n _vm._v(\n \"If you need to group the options you can use the subcomponent \"\n ),\n _c(\"code\", [_vm._v(\"vs-dropdown-group\")]),\n _vm._v(\" which as a required parameter is \"),\n _c(\"code\", [_vm._v(\"vs-label\")]),\n _vm._v(\" to define the group title\"),\n ]),\n _c(\n \"vs-alert\",\n {\n staticClass: \"my-5\",\n attrs: { color: \"primary\", icon: \"new_releases\", active: \"true\" },\n },\n [\n _c(\"p\", [\n _vm._v(\n \"The group can be hidden from the user and only open when it is sitting on the property with the \"\n ),\n _c(\"code\", [_vm._v(\"vs-collapse\")]),\n _vm._v(\" property\"),\n ]),\n _c(\"p\", [\n _vm._v(\"You can modify the icon with a property \"),\n _c(\"code\", [_vm._v(\"vs-icon\")]),\n ]),\n ]\n ),\n _c(\"dropdown-option-group\"),\n _c(\"dropdown-group-collapse\"),\n _c(\"template\", { slot: \"codeContainer\" }),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n {\n attrs: {\n title: \"Group Collapse\",\n \"code-toggler\": \"\",\n \"no-shadow\": \"\",\n \"card-border\": \"\",\n },\n },\n [\n _c(\n \"vs-dropdown\",\n [\n _c(\n \"a\",\n { staticClass: \"flex items-center\", attrs: { \"href.prevent\": \"\" } },\n [\n _vm._v(\n \"\\n Dropdown Group Collapse\\n \"\n ),\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\"expand_more\"),\n ]),\n ]\n ),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", { attrs: { to: \"/components/\" } }, [\n _vm._v(\" Option 1 \"),\n ]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Option 2 \")]),\n _c(\n \"vs-dropdown-group\",\n {\n attrs: {\n \"vs-collapse\": \"\",\n \"vs-label\": \"Group Collapse\",\n \"vs-icon\": \"add\",\n },\n },\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" Option Collapse 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Option Collapse 2 \")]),\n _c(\n \"vs-dropdown-group\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" Sub Options 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Sub Options 2 \")]),\n _c(\n \"vs-dropdown-group\",\n { attrs: { \"vs-collapse\": \"\" } },\n [\n _c(\n \"vs-dropdown-item\",\n { attrs: { \"vs-label\": \"Sub Collapse\" } },\n [_vm._v(\" Sub Collapse 1 \")]\n ),\n _c(\"vs-dropdown-item\", [_vm._v(\" Sub Collapse 2 \")]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\" Option 3 \"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n\\n '\n ),\n ]),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"vx-card\",\n {\n attrs: {\n title: \"Option Grouping\",\n \"code-toggler\": \"\",\n \"no-shadow\": \"\",\n \"card-border\": \"\",\n },\n },\n [\n _c(\n \"vs-dropdown\",\n [\n _c(\n \"a\",\n { staticClass: \"flex items-center\", attrs: { \"href.prevent\": \"\" } },\n [\n _vm._v(\n \"\\n Dropdown Option Group\\n \"\n ),\n _c(\"i\", { staticClass: \"material-icons\" }, [\n _vm._v(\" expand_more \"),\n ]),\n ]\n ),\n _c(\n \"vs-dropdown-menu\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" Option 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Option 2 \")]),\n _c(\n \"vs-dropdown-group\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" Option 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" Option 2 \")]),\n _c(\n \"vs-dropdown-group\",\n [\n _c(\"vs-dropdown-item\", [_vm._v(\" sub Options 1 \")]),\n _c(\"vs-dropdown-item\", [_vm._v(\" sub Options 2 \")]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"vs-dropdown-item\", { attrs: { divider: \"\" } }, [\n _vm._v(\" Option 3 \"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"template\", { slot: \"codeContainer\" }, [\n _vm._v(\n '\\n\\n\\n