init: YaeBlog
This commit is contained in:
BIN
YaeBlog.Theme.FluentUI/wwwroot/background.png
Normal file
BIN
YaeBlog.Theme.FluentUI/wwwroot/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
6
YaeBlog.Theme.FluentUI/wwwroot/exampleJsInterop.js
Normal file
6
YaeBlog.Theme.FluentUI/wwwroot/exampleJsInterop.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// This is a JavaScript module that is loaded on demand. It can export any number of
|
||||
// functions, and may import other JavaScript modules if required.
|
||||
|
||||
export function showPrompt(message) {
|
||||
return prompt(message, 'Type anything here');
|
||||
}
|
Reference in New Issue
Block a user