linz-first-npm
v1.0.2
Published
### 在html模板中:
Downloads
1
Readme
使用方法
在main.js入口文件中写入以下代码
import linz from 'linz-first-npm/hellow-lz.umd'
import 'linz-first-npm/styles/hellow-lz.css'
Vue.use(linz)
在html模板中:
本插件库包含hellow组件和demo组件
1.hellow 组件接收一个msg参数
2.demo组件不需要传参
<template>
<div class="home">
<img alt="Vue logo" src="../assets/logo.png">
<hello-world msg="Welcome to Your Vue.js App"/>
<demo></demo>
</div>
</template>