1.0.2 • Published 2 years ago

linz-first-npm v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

使用方法

在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>
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago