@_nu/vue-dialog
Version:
NU 「 no-ui 」 组件库系统 nu-system,按钮组件 VUE 实现
20 lines (15 loc) • 302 B
HTML
<meta charset="utf-8">
<title>index demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="./index.umd.js"></script>
<link rel="stylesheet" href="./index.css">
<div id="app">
<demo></demo>
</div>
<script>
new Vue({
components: {
demo: index
}
}).$mount('#app')
</script>