Setting up tailwinds-css for the options page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Alpine from 'alpinejs';
|
||||
|
||||
Alpine.data('options', () => ({
|
||||
msg: 'Hello world!',
|
||||
}));
|
||||
|
||||
Alpine.start();
|
||||
|
||||
Reference in New Issue
Block a user