0.3.4 • Published 11 months ago

lute_quark v0.3.4

Weekly downloads
-
License
-
Repository
-
Last release
11 months 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.3.4

11 months ago

0.3.3

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.0

12 months ago