\r\n\r\n\r\n\t{/* Place your titlebar content here */}\r\n\r\n```\r\n\r\n🏠 https://www.npmjs.com/package/@tauri-controls/vue\r\n","url":"https://announcehq.com/tauri-controls/a58d05d1-5e4f-4ee0-b0a1-fdcc33b26d89","datePublished":"2023-08-10T20:59:43.000Z","dateModified":"2023-08-10T20:59:43.000Z","author":{"@type":"Organization","name":"tauri-controls","url":"https://github.com/agmmnn/tauri-controls"},"publisher":{"@type":"Organization","name":"AnnounceHQ","url":"https://announcehq.com","logo":{"@type":"ImageObject","url":"https://announcehq.com/logo.png"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://announcehq.com/tauri-controls/a58d05d1-5e4f-4ee0-b0a1-fdcc33b26d89"},"isPartOf":{"@type":"WebPage","@id":"https://announcehq.com/tauri-controls","name":"tauri-controls Changelog"},"about":{"@type":"SoftwareApplication","name":"tauri-controls"},"keywords":"tauri-controls, release notes, changelog, new, software update"}Back to changelog
New
@tauri-controls/vue@0.1.0
✨ @tauri-controls/vue - @allenli178
Big thanks to @allenli178, tauri-controls is now also available for Vue.js 3.
<script setup lang="ts">
import { WindowTitlebar } from "@tauri-controls/vue"
</script>
<template>
<WindowTitlebar>{/* Place your titlebar content here */}</WindowTitlebar>
</template>