0.2.2 • Published 2 years ago

lotus_quark v0.2.2

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

在vue3项目中全局引用的方式

//main.ts or main.js
import { createApp } from 'vue';
import App from './App.vue';
import LuteQuark from 'lute_quark';
import 'lute_quark/lib/style.css';

const app = createApp(App);

app.use(LuteQuark);
app.mount('#app');

// 组件使用方法
<script setup>
import {LuteButton} from 'lute_quark'
</script>

<template>
	<LuteButton />
</template>

<style></style>
0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago