publish 0.3.3

This commit is contained in:
就眠儀式
2022-01-09 18:09:54 +08:00
parent 57e4fa6209
commit 83cc7a2ad2
6 changed files with 21 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
import type { App } from "vue";
import Component from "./index.vue";
import type { IDefineComponent } from "../type/index";
Component.install = (app: App) => {
app.component(Component.name || "LayCount", Component);
};
export default Component as IDefineComponent;

View File

@@ -1,5 +0,0 @@
<template>
<span class="layui-count"></span>
</template>
<script setup name="LayCount" lang="ts"></script>