vue.net icon indicating copy to clipboard operation
vue.net copied to clipboard

You don't have to set the script type anymore

Open IDisposable opened this issue 5 years ago • 0 comments

All modern browsers (past IE9) assume text/javascript on script blocks.

https://github.com/jtillman/vue.net/blob/b57d252569d74e7d7842c0dd096206ddb37dc69b/src/Vue.Net/Javascript/JavascriptTagHelper.cs#L22

IDisposable avatar Apr 30 '19 14:04 IDisposable