UNPKG

quasar-ui-example-viewer

Version:

Display Vue code examples with template, script and style parts with optional source and codepen links

17 lines (13 loc) 261 B
import { version } from '../package.json' import ExampleViewer from './components/ExampleViewer' export { version, ExampleViewer, } export default { version, ExampleViewer, install (Vue) { Vue.component(ExampleViewer.name, ExampleViewer) } }