1 Star 0 Fork 6

wangscript1 / nly-adminlte-vue

forked from 姚欣 / nly-adminlte-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vetur-tags.json 21.81 KB
一键复制 编辑 原始数据 按行查看 历史
姚欣 提交于 2020-04-25 15:01 . 修改指令导出方式
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206
{
"nly-badge": {
"description": "小标签消息",
"attributes": [
"size",
"variant",
"bg-variant",
"bg-gradient-variant",
"badge-class",
"tag",
"pill"
]
},
"nly-breadcrumb": {
"description": "面包屑导航",
"attributes": [
"item",
"breadcrumb-class"
]
},
"nly-breadcrumb-item": {
"description": "面包屑导航元素",
"attributes": [
"icon",
"text",
"href",
"to",
"append",
"replace",
"active",
"target",
"item-class",
"link-class"
]
},
"nly-button":{
"description": "按钮",
"attributes": [
"block",
"variant",
"bg-variant",
"size",
"type",
"shape",
"disabled",
"gradient",
"pressed",
"button-class",
"tool",
"app"
]
},
"nly-button-group":{
"description": "按钮组",
"attributes": [
"button-group-class",
"vertical",
"size",
"tag"
]
},
"nly-button-close":{
"description": "关闭按钮",
"attributes": [
"content",
"disabled",
"aria-label",
"text-variant"
]
},
"nly-card":{
"description": "卡片",
"attributes": [
"header-variant",
"header-outline",
"card-outline-tabs",
"card-tabs",
"text-variant",
"bg-variant",
"bg-gradient-variant",
"height-control",
"card-class",
"loading",
"loading-content",
"loading-contentTag",
"loading-content-class",
"loading-icon",
"loading-img-src",
"loading-img-class",
"tag",
"dark",
"id"
]
},
"nly-card-header":{
"description": "卡片头部",
"attributes": [
"bg-variant",
"bg-gradient-variant",
"img-overlay",
"text-variant",
"card-header-class",
"tag"
]
},
"nly-card-tool":{
"description": "卡片工具",
"attributes": [
"tool-class",
"tag"
]
},
"nly-card-body":{
"description": "卡片body",
"attributes": [
"bg-variant",
"bg-gradient-variant",
"img-overlay",
"text-variant",
"card-body-class",
"tag"
]
},
"nly-card-footer":{
"description": "卡片footer",
"attributes": [
"bg-variant",
"bg-gradient-variant",
"img-overlay",
"text-variant",
"card-footer-class",
"tag"
]
},
"nly-card-group":{
"description": "卡片footer",
"attributes": [
"group-type",
"group-class",
"tag"
]
},
"nly-card-img":{
"description": "卡片图片",
"attributes": [
"top",
"buttom",
"src",
"img-class"
]
},
"nly-card-subtitle":{
"description": "卡片副标题",
"attributes": [
"text-variant",
"subtitle-class",
"tag"
]
},
"nly-card-text":{
"description": "卡片标题",
"attributes": [
"text-class",
"tag",
"text-variant"
]
},
"nly-card-title":{
"description": "卡片文本",
"attributes": [
"text-variant",
"title-class",
"tag",
"left"
]
},
"nly-collapse":{
"description": "折叠板",
"attributes": [
"is-nav",
"accordion",
"visible",
"tag",
"appear",
"collapse-class"
]
},
"nly-collapse-noclass":{
"description": "折叠板,不用依赖class的折叠板",
"attributes": [
"is-nav",
"accordion",
"visible",
"tag",
"appear",
"collapse-class"
]
},
"nly-collapse-transition":{
"description": "折叠动画",
"attributes": [
"appear"
]
},
"nly-collapse-noclass-transition":{
"description": "折叠动画,无许依赖class的动画",
"attributes": []
},
"nly-control-sidebar-container":{
"description": "右侧收缩菜单容器",
"attributes": [
"variant",
"size"
]
},
"nly-control-sidebar":{
"description": "右侧收缩菜单",
"attributes": [
"scrollbar"
]
},
"nly-control-button":{
"description": "div按钮",
"attributes": [
"bg-variant"
]
},
"nly-dropdown":{
"description": "下拉按钮",
"attributes": [
"vertical",
"dropdown-size",
"dropdown-tag",
"dropdown-toggle",
"dropdown-icon",
"text",
"toggle-text",
"dropdown-class",
"data-show",
"placement",
"block",
"variant",
"bg-variant",
"size",
"type",
"shape",
"disabled",
"gradient",
"pressed",
"button-class",
"tool",
"app"
]
},
"nly-dropdown-menu":{
"description": "下拉菜单",
"attributes": [
"tag",
"dropdown-menu-class",
"role",
"id"
]
},
"nly-icon":{
"description": "图标",
"attributes": [
"size",
"tag",
"icon"
]
},
"nly-infobox-body":{
"description": "信息箱",
"attributes": [
"bg-variant",
"bg-gradient-variant",
"infobox-body-class",
"text",
"text-class",
"number",
"number-class",
"progress-value",
"progress-description"
]
},
"nly-infobox-icon":{
"description": "信息箱图标",
"attributes": [
"icon",
"bg-variant",
"bg-gradient-variant",
"infobox-icon-class"
]
},
"nly-infobox-number":{
"description": "信息箱数字",
"attributes": [
"number",
"number-class"
]
},
"nly-infobox-text":{
"description": "信息箱文本",
"attributes": [
"text-class",
"text"
]
},
"nly-container":{
"description": "container容器",
"attributes": [
"fluid",
"container-class",
"tag"
]
},
"nly-content":{
"description": "content容器",
"attributes": [
"tag"
]
},
"nly-content-wrapper":{
"description": "content-wrapper容器",
"attributes": [
"tag"
]
},
"nly-content-header":{
"description": "content-header",
"attributes": [
"tag"
]
},
"nly-col":{
"description": "col,栅格布局列",
"attributes": [
"tag",
"col",
"xs",
"sm",
"md",
"lg",
"xl",
"offset-xs",
"offset-sm",
"offset-md",
"offset-lg",
"offset-xl",
"order-xs",
"order-sm",
"order-md",
"order-lg",
"order-xl",
"col-class"
]
},
"nly-row":{
"description": "row,栅格布局行",
"attributes": [
"tag",
"no-gutters",
"cols-xs",
"cols-sm",
"cols-md",
"cols-lg",
"cols-xl",
"row-class"
]
},
"nly-link":{
"description": "link",
"attributes": [
"href",
"rel",
"target",
"active",
"disabled",
"to",
"append",
"replace",
"event",
"active-class",
"exact",
"exact-active-class",
"router-tag",
"no-prefetch"
]
},
"nly-nav-dropdown":{
"description": "下拉菜单",
"attributes": [
"item-tag",
"nav-item",
"hover",
"submenu",
"direction",
"item-class",
"disabled",
"popup",
"nav-link",
"dropdown-toggle",
"id",
"link-class",
"link-tag",
"dropdown-item",
"menu-tag",
"menu-class",
"size",
"menu-direction",
"shadow"
]
},
"nly-nav-item":{
"description": "菜单元素",
"attributes": [
"nav-item",
"dropdown-item",
"link-attrs",
"link-classes",
"href",
"rel",
"target",
"active",
"disabled",
"to",
"append",
"replace",
"event",
"active-class",
"exact",
"exact-active-class",
"router-tag",
"no-prefetch"
]
},
"nly-nav":{
"description": "菜单",
"attributes": [
"tag",
"fill",
"justified",
"align",
"tabs",
"tabs-right",
"pills",
"vertical",
"small",
"card-header"
]
},
"nly-navbar-brand":{
"description": "导航菜单brand",
"attributes": []
},
"nly-navbar-brandimg":{
"description": "导航菜单brandimg",
"attributes": [
"src",
"navbar-brandimg-class",
"alt",
"circle",
"elevation"
]
},
"nly-navbar-brandtext":{
"description": "导航菜单brandtext",
"attributes": [
"navbar-brandtext-class"
]
},
"nly-navbar-nav":{
"description": "导航菜单nav",
"attributes": []
},
"nly-navbar":{
"description": "导航菜单",
"attributes": [
"header",
"expand",
"variant",
"dark",
"size",
"border",
"navbar-class"
]
},
"nly-overlay":{
"description": "罩层",
"attributes": [
"sidebar",
"dark"
]
},
"nly-pagination":{
"description": "分页",
"attributes": [
"total",
"size",
"current-page",
"limit",
"align",
"first-function",
"prev-function",
"current-function",
"next-function",
"last-function",
"size-function",
"show-pg",
"sm",
"lg"
]
},
"nly-progress":{
"description": "进度条",
"attributes": [
"variant",
"vertical",
"size",
"striped",
"animated",
"precision",
"label-value-percent",
"label-value",
"max",
"value",
"progress-class",
"progress-bar-class"
]
},
"nly-progress-bar":{
"description": "进度条元素",
"attributes": [
"variant",
"striped",
"animated",
"precision",
"label-value-percent",
"label-value",
"max",
"value",
"progress-bar-class",
"label"
]
},
"nly-progress-description":{
"description": "进度描述文本",
"attributes": [
"text"
]
},
"nly-render-function":{
"description": "渲染函数",
"attributes": [
"content-to-render",
"flat"
]
},
"nly-sidebar-brand":{
"description": "左侧导航栏brand",
"attributes": [
"size",
"variant",
"elevation",
"href",
"rel",
"target",
"active",
"disabled",
"to",
"append",
"replace",
"event",
"active-class",
"exact",
"exact-active-class",
"router-tag",
"no-prefetch"
]
},
"nly-sidebar-brandimg":{
"description": "左侧导航栏brandimg",
"attributes": [
"src",
"sidebar-brandimg-class",
"alt",
"circle",
"elevation"
]
},
"nly-sidebar-brandtext":{
"description": "brand文本",
"attributes": []
},
"nly-sidebar-container":{
"description": "左侧导航栏容器",
"attributes": [
"variant",
"hover",
"elevation"
]
},
"nly-sidebar-nav-header":{
"description": "左侧导航栏header",
"attributes": [
"tag"
]
},
"nly-sidebar-nav-item":{
"description": "左侧导航栏item",
"attributes": [
"link-class",
"icon",
"href",
"rel",
"target",
"active",
"disabled",
"to",
"append",
"replace",
"event",
"active-class",
"exact",
"exact-active-class",
"router-tag",
"no-prefetch"
]
},
"nly-sidebar-nav-tree":{
"description": "左侧导航栏header",
"attributes": [
"label",
"target",
"link-class",
"href",
"link-target",
"active",
"disabled",
"to",
"append",
"exact",
"exact-active-class",
"icon",
"accordion",
"visible",
"tag",
"appear",
"menu-cslass"
]
},
"nly-sidebar-nav":{
"description": "左侧导航栏",
"attributes": [
"pill",
"flat",
"legacy",
"compact",
"child-indent",
"size",
"sidebar-nav-class",
"role"
]
},
"nly-sidebar-userpanel-img":{
"description": "用户头像",
"attributes": [
"src",
"circle",
"elevation",
"alt",
"img-class"
]
},
"nly-sidebar-userpanel-info":{
"description": "用户信息",
"attributes": [
"info-class",
"href",
"rel",
"target",
"active",
"disabled",
"to",
"append",
"replace",
"event",
"active-class",
"exact",
"exact-active-class",
"router-tag",
"no-prefetch"
]
},
"nly-sidebar-userpanel":{
"description": "用户资料",
"attributes": []
},
"nly-sidebar":{
"description": "左侧导航栏",
"attributes": [
"scrollbar"
]
},
"nly-spinner":{
"description": "标签动画loading",
"attributes": [
"variant",
"type",
"sm",
"tag",
"label",
"role",
"spinner-class",
"label-class"
]
},
"nly-switch":{
"description": "开关",
"attributes": [
"size",
"flat",
"off-variant",
"on-variant",
"switch-class",
"input-class",
"label-class",
"id",
"tag",
"disabled",
"checked"
]
},
"nly-bootstrap-switch":{
"description": "开关",
"attributes": [
"xs",
"sm",
"lg"
]
},
"nly-table": {
"description": "表格",
"attributes": [
"id",
"items",
"fields",
"primary-key",
"value",
"striped",
"bordered",
"borderless",
"outlined",
"dark",
"hover",
"small",
"fixed",
"responsive",
"sticky-header",
"no-border-collapse",
"caption-top",
"table-variant",
"table-class",
"stacked",
"head-variant",
"head-row-variant",
"thead-class",
"thead-tr-class",
"foot-clone",
"foot-variant",
"foot-row-variant",
"tfoot-class",
"tfoot-tr-class",
"tbody-tr-class",
"tbody-tr-attr",
"details-td-class",
"tbody-transition-props",
"tbody-transition-handlers",
"tbody-class",
"filter",
"filter-function",
"filter-ignored-fields",
"filter-included-fields",
"filter-debounce",
"sort-by",
"sort-desc",
"sort-direction",
"sort-compare",
"sort-compare-options",
"sort-compare-locale",
"sort-null-last",
"no-sort-reset",
"label-sort-asc",
"label-sort-desc",
"label-sort-clear",
"no-local-sorting",
"no-footer-sorting",
"sort-icon-left",
"per-page",
"current-page",
"caption",
"caption-html",
"selectable",
"select-mode",
"selected-variant",
"no-select-on-click",
"show-empty",
"empty-text",
"empty-html",
"empty-filtered-text",
"empty-filtered-html",
"busy",
"no-provider-paging",
"no-provider-sorting",
"no-provider-filtering",
"api-url"
]
},
"nly-table-lite": {
"description": "简单表格",
"attributes": [
"id",
"items",
"fields",
"primary-key",
"value",
"striped",
"bordered",
"borderless",
"outlined",
"dark",
"hover",
"small",
"fixed",
"responsive",
"sticky-header",
"no-border-collapse",
"caption-top",
"table-variant",
"table-class",
"stacked",
"head-variant",
"head-row-variant",
"thead-class",
"thead-tr-class",
"foot-clone",
"foot-variant",
"foot-row-variant",
"tfoot-class",
"tfoot-tr-class",
"tbody-tr-class",
"tbody-tr-attr",
"details-td-class",
"tbody-transition-props",
"tbody-transition-handlers",
"tbody-class",
"caption",
"caption-html"
]
},
"nly-table-simple": {
"description": "简单表格",
"attributes": [
"id",
"striped",
"bordered",
"borderless",
"outlined",
"dark",
"hover",
"small",
"fixed",
"responsive",
"sticky-header",
"no-border-collapse",
"caption-top",
"table-variant",
"table-class",
"stacked"
]
},
"nly-tbody": {
"description": "表格body",
"attributes": [
"tbody-transition-props",
"tbody-transition-handlers"
]
},
"nly-thead": {
"description": "表格头部",
"attributes": [
"head-variant"
]
},
"nly-tfoot": {
"description": "表格底部",
"attributes": [
"foot-variant"
]
},
"nly-tr": {
"description": "表格tr",
"attributes": [
"variant"
]
},
"nly-td": {
"description": "表格td",
"attributes": [
"variant",
"colspan",
"rowspan",
"stacked-heading",
"sticky-column"
]
},
"nly-th": {
"description": "表格th",
"attributes": [
"variant",
"colspan",
"rowspan",
"stacked-heading",
"sticky-column"
]
},
"nly-timeline": {
"description": "时间轴",
"attributes": [
"inverse",
"tag"
]
},
"nly-timeline-body": {
"description": "时间轴body",
"attributes": [
"tag",
"timeline-body-class"
]
},
"nly-timeline-content": {
"description": "时间轴content",
"attributes": [
"icon",
"bg-variant",
"bg-gradient-variant",
"icon-class",
"timeline-content-class"
]
},
"nly-timeline-footer": {
"description": "时间轴footer",
"attributes": [
"tag",
"timeline-footer-class"
]
},
"nly-timeline-header": {
"description": "时间轴header",
"attributes": [
"tag",
"timeline-header-class"
]
},
"nly-timeline-item": {
"description": "时间轴item",
"attributes": [
"time",
"time-icon",
"time-tag",
"item-tag",
"item-class",
"time-class"
]
},
"nly-timeline-label": {
"description": "时间轴item",
"attributes": [
"bg-variant",
"bg-gradient-variant",
"tag",
"label-class",
"span-class"
]
},
"nly-toast": {
"description": "信息提示框",
"attributes": [
"id",
"title",
"toaster",
"visible",
"variant",
"is-status",
"append-toast",
"no-auto-hide",
"auto-hide-delay",
"no-close-button",
"no-fade",
"no-hover-pause",
"solid",
"toast-class",
"header-class",
"body-class",
"href",
"to",
"static"
]
},
"nly-toaster": {
"description": "简单信息提示框",
"attributes": [
"name",
"aria-live",
"aria-atomic",
"role"
]
},
"nly-tooltip": {
"description": "tooltip组件或者指令",
"attributes": [
"title",
"target",
"triggers",
"placement",
"fallback-placement",
"variant",
"custom-class",
"delay",
"boundary",
"boundary-padding",
"offset",
"no-fade",
"container",
"show",
"noninteractive",
"disabled",
"id"
]
},
"nly-form": {
"description": "表单",
"attributes": [
"id",
"inline",
"novalidate",
"validated",
"role"
]
},
"nly-form-input": {
"description": "表单input",
"attributes": [
"type",
"max",
"min",
"maxlength",
"step",
"list",
"value",
"readonly",
"plaintext",
"autocomplete",
"placeholder",
"formatter",
"lazy-formatter",
"trim",
"lazy",
"name",
"id",
"disabled",
"required",
"form",
"autofocus",
"size",
"valid",
"col",
"xs",
"sm",
"md",
"lg",
"xl",
"offset-xs",
"offset-sm",
"offset-md",
"offset-lg",
"offset-xl",
"order-xs",
"order-sm",
"order-md",
"order-lg",
"order-xl",
"variant"
]
},
"nly-form-feedback": {
"description": "表单验证结果",
"attributes": [
"state",
"text"
]
},
"nly-log":{
"description": "log/日志容器",
"attributes": []
},
"nly-log-header":{
"description": "log/日志头部",
"attributes": [
"title",
"title-calss",
"log-header-class"
]
},
"nly-log-tools":{
"description": "log/日志工具,放在nly-log-header生效",
"attributes": []
},
"nly-log-body":{
"description": "log/日志主体",
"attributes": [
"scroll-bottom",
"bottom-icon",
"bottom-text",
"scroll-top",
"top-icon",
"log-body-class",
"pre-class",
"lock-scroll-bottom",
"lock-bottom-icon",
"lock-bottom-text"
]
},
"nly-log-line":{
"description": "log/日志文本内容",
"attributes": [
"duration",
"duration-class",
"line",
"line-class",
"text",
"text-class",
"title",
"title-class",
"icon",
"icon-class",
"log-line-class",
"high-light"
]
},
"nly-log-line-tree":{
"description": "log/日志可折叠line",
"attributes": [
"duration",
"duration-class",
"line",
"line-class",
"text",
"text-class",
"title",
"title-class",
"icon",
"icon-class",
"log-line-class",
"visible",
"high-light"
]
},
"nly-wrapper":{
"description": "wrapper布局容器,用来控制body class属性",
"attributes": [
"side-mini",
"layout",
"navbar-fixed",
"footer-fixed",
"top-nav",
"wrapper-class",
"container-class"
]
},
"nly-wrapper-sidebar":{
"description": "wrapper布局左侧导航栏",
"attributes": [
"variant",
"hover",
"elevation",
"tag",
"wrapper-sidebar-class"
]
},
"nly-wrapper-header":{
"description": "wrapper布局header",
"attributes": [
"expand",
"variant",
"dark",
"size",
"border",
"wrapper-header-class",
"tag",
"nav"
]
}
}
JavaScript
1
https://gitee.com/kingsmart/nly-adminlte-vue.git
git@gitee.com:kingsmart/nly-adminlte-vue.git
kingsmart
nly-adminlte-vue
nly-adminlte-vue
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891