1.0.3 • Published 2 years ago
run-ui-ll v1.0.3
rui-ui 安装命令
npm i run-ui-ll
使用方式
在main.js注册
import Product from'run-ui-ll'
Vue.use(Product)
页面使用
<template>
<div id="app">
<product></product>
</div>
</template>
npm i run-ui-ll
import Product from'run-ui-ll'
Vue.use(Product)
<template>
<div id="app">
<product></product>
</div>
</template>