Remove all references to Vue

This commit is contained in:
Keavon Chambers
2023-03-10 14:14:34 -08:00
parent b4a265a512
commit 6febdea3c3
13 changed files with 20 additions and 88 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Overview of `/frontend-svelte/src/components/`
# Overview of `/frontend/src/components/`
Each component represents a (usually reusable) part of the Graphite Editor GUI. These all get mounted in `Editor.svelte` (in the `/src` directory above this one).
@@ -22,9 +22,9 @@ The interactive input items used to display information and provide user control
The building blocks for the Title Bar, Workspace, and Status Bar within an editor application window.
# Vue tips and tricks
# Svelte tips and tricks
This section contains a growing list of quick reference information for helpful Vue solutions and best practices. Feel free to add to this to help contributors learn things, or yourself remember tricks you'll likely forget in a few months.
This section contains a growing list of quick reference information for helpful Svelte solutions and best practices. Feel free to add to this to help contributors learn things, or yourself remember tricks you'll likely forget in a few months.
## Bi-directional props