Closed Clear2 closed 6 years ago
Here is my code, I want linked in browser, that seems does't compile the ui
<link rel="stylesheet" href="../dist/vue-ui.css"> <body> <div id="app"> <vue-button>Test</vue-button> </div> <!-- built files will be auto injected --> <script src="https://cdn.bootcss.com/vue/2.5.16/vue.min.js"></script> <script src="../dist/vue-ui.min.js"></script> </body>
Here is my code, I want linked in browser, that seems does't compile the ui