Fix README dragula css link

This commit is contained in:
cxgreat2014 2022-02-23 00:30:01 +08:00 committed by GitHub
parent f29c5b00ae
commit 01d410ac16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ npm install dragula --save
Don't forget to add a link to its stylesheet in the header:
```html
<link rel="stylesheet" href="node_modules/dist/dragula.css">
<link rel="stylesheet" href="node_modules/dragula/dist/dragula.css">
```
Then call Dragula in your script once tabGroup is ready: