(window.webpackJsonp=window.webpackJsonp||[]).push([[49],{1435:function(a,s,t){"use strict";t.r(s);var n=function(){var a=this,s=a.$createElement,t=a._self._c||s;return t("div",[[t("demo-box",{attrs:{jsfiddle:{html:"\n Radio\n",script:null,style:null,us:"\n#### Basic\nThe simplest use.\n",cn:"\n#### 基本\n最简单的用法。\n",sourceCode:"\n"}}},[t("template",{slot:"component"},[t("a-radio",[a._v("Radio")])],1),a._v(" "),t("template",{slot:"description"},[t("h4",{attrs:{id:"基本"}},[a._v("基本 "),t("a",{staticClass:"anchor",attrs:{href:"#基本"}},[a._v("#")])]),a._v(" "),t("p",[a._v("最简单的用法。")])]),a._v(" "),t("template",{slot:"us-description"},[t("h4",{attrs:{id:"Basic"}},[a._v("Basic "),t("a",{staticClass:"anchor",attrs:{href:"#Basic"}},[a._v("#")])]),a._v(" "),t("p",[a._v("The simplest use.")])]),a._v(" "),t("template",{slot:"code"},[t("pre",[t("code",{staticClass:"language-html"},[t("span",{staticClass:"hljs-tag"},[a._v("<"),t("span",{staticClass:"hljs-name"},[a._v("template")]),a._v(">")]),a._v("\n "),t("span",{staticClass:"hljs-tag"},[a._v("<"),t("span",{staticClass:"hljs-name"},[a._v("a-radio")]),a._v(">")]),a._v("Radio"),t("span",{staticClass:"hljs-tag"},[a._v("")]),a._v("\n"),t("span",{staticClass:"hljs-tag"},[a._v("")]),a._v("\n")])])])],2)]],2)};n._withStripped=!0;var l=t(31),v=Object(l.a)({},n,[],!1,null,null,null);v.options.__file="components/radio/demo/basic.md";var i=v.exports,e=function(){var a=this,s=a.$createElement,t=a._self._c||s;return t("div",[[t("demo-box",{attrs:{jsfiddle:{html:'\n
\n Disabled\n
\n Disabled\n
\n \n Toggle disabled\n \n
\n
\n',script:"\n export default {\n data() {\n return {\n disabled: true,\n };\n },\n methods: {\n toggleDisabled() {\n this.disabled = !this.disabled;\n },\n },\n };\n",style:null,us:"\n#### disabled\nRadio unavailable.\n",cn:"\n#### 不可用\nRadio 不可用。\n",sourceCode:'\n