支援功能
- 輸入
- TXT
- 輸出
- TXT
- 檔案格式
- .vue
如何使用Vue · 編輯器
在線開啟並編輯 Vue 檔案。無須安裝或上傳,即可搜尋文字並下載 .vue 原始檔。
- 匯入本機 .vue 檔案或貼上 Vue 原始碼。
- 編輯文字並使用搜尋尋找所需內容。
- 複製結果或下載修改後的原始檔。
Vue · 編輯器 · 範例
輸入
<script setup>
const name = "LocalKit";
</script>
<template><h1>Hello, {{ name }}!</h1></template>
輸出
<script setup>
const name = "LocalKit";
</script>
<template><h1>Hello, {{ name }}!</h1></template>
使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
這是原始碼編輯器,不會執行、編譯、驗證程式或連線至伺服器。