UNPKG

@oruga-ui/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

1 lines 530 B
{"version":3,"file":"tag.mjs","sources":["../../src/components/tag/index.ts"],"sourcesContent":["import type { App, Plugin } from \"vue\";\n\nimport Tag from \"./Tag.vue\";\n\nimport { registerComponent } from \"@/utils/plugins\";\n\n/** export tag plugin */\nexport default {\n install(Vue: App) {\n registerComponent(Vue, Tag);\n },\n} as Plugin;\n\n/** export tag components */\nexport { Tag as OTag };\n"],"names":["Tag"],"mappings":";;;AAOA,MAAe,QAAA;AAAA,EACX,QAAQ,KAAU;AACd,sBAAkB,KAAKA,SAAG;AAAA,EAAA;AAElC;"}