pull/362/head^2
Matthias Max 2021-03-08 15:26:08 +01:00 zatwierdzone przez GitHub
rodzic d1d1a4d03e
commit cc24f7ade0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ Once your bundler is configured, you'll be able to import Shoelace components an
import '@shoelace-style/shoelace/dist/shoelace.css';
import { setBasePath, SlButton, SlIcon, SlInput, SlRating } from '@shoelace-style/shoelace';
// Set the pase path to the folder you copied Shoelace's assets to
// Set the base path to the folder you copied Shoelace's assets to
setBasePath('/dist/shoelace');
SlButton.register();