@scritto/vue
v0.1.0
Published
Vue wrapper for @scritto/core
Maintainers
Readme
@scritto/vue
Vue wrapper for @scritto/core.
Install
npm install @scritto/vueUsage
<script setup>
import Scritto from "@scritto/vue";
</script>
<template>
<Scritto value="1,000" />
</template>See the root README.
