Skip to content

Use with Vue

Example Project

<script setup>
import "./components.macaron";
</script>

<template>
  <my-component>Content</my-component>
</template>