UNPKG

ac-vue-app

Version:

Down-to-earth vue component and application development

18 lines (17 loc) 478 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Progressive Html Extend - ac-vue-app</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </head> <body> <component v-bind:is="component.type||defaultComponent.type" v-bind="component" ref="component" ></component> </body> </html>