Skip to content

Commit c612c90

Browse files
committed
docs(use-locale): remove stale createTokens from hierarchy, add createModel
1 parent 4b39613 commit c612c90

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/docs/src/pages/composables/plugins/use-locale.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ Once the plugin is installed, use the `useLocale` composable in any component:
8484

8585
```mermaid "Locale Hierarchy"
8686
flowchart TD
87-
createRegistry --> createSelection
88-
createRegistry --> createTokens
87+
createRegistry --> createModel
88+
createModel --> createSelection
8989
createSelection --> createSingle
9090
createSingle --> useLocale
91-
createTokens --> useLocale
9291
Adapter --> useLocale
9392
```
9493

0 commit comments

Comments
 (0)