2.0.0-alpha.1 • Published 1 year ago

@ainiteam/vite-plugin-vue3-extend v2.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vite-plugin-vue3-extend

install

pnpm i @ainiteam/vite-plugin-vue3-extend -D

config

//vite.config.ts

import vueSetupExtend from "vite-plugin-vue-setup-extend";

export default defineConfig({
    ...
    plugins: [
        ...
        vueSetupExtend()
        ...
        ]
    ...
});

use

<script lang="ts" setup name="QuickTable">
...
</script>
2.0.0-alpha.1

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago